Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetNotificationForWaitCompletion() [3/3]

static void System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >.SetNotificationForWaitCompletion ( bool enabled,
[NotNull] ref Task< TResult > taskField )
inlinestaticpackage

Definition at line 372 of file AsyncTaskMethodBuilder.cs.

373 {
374 (taskField ?? (taskField = CreateWeaklyTypedStateMachineBox())).SetNotificationForWaitCompletion(enabled);
375 }

References System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >.CreateWeaklyTypedStateMachineBox().