Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.AsyncVoidMethodBuilder Struct Reference

Public Member Functions

void Start< TStateMachine > (ref TStateMachine stateMachine)
 
void SetStateMachine (IAsyncStateMachine stateMachine)
 
void AwaitOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine)
 
void AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine)
 
void SetResult ()
 
void SetException (Exception exception)
 

Static Public Member Functions

static AsyncVoidMethodBuilder Create ()
 

Properties

Task Task [get]
 
object ObjectIdForDebugger [get]
 

Private Member Functions

void NotifySynchronizationContextOfCompletion ()
 

Private Attributes

SynchronizationContext _synchronizationContext
 
AsyncTaskMethodBuilder _builder
 

Detailed Description

Definition at line 7 of file AsyncVoidMethodBuilder.cs.


The documentation for this struct was generated from the following file: