|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Post (SendOrPostCallback d, object? arg) |
| void | PostOperationCompleted (SendOrPostCallback d, object? arg) |
| void | OperationCompleted () |
Static Package Functions | |
| static AsyncOperation | CreateOperation (object userSuppliedState, SynchronizationContext syncContext) |
Properties | |
| object? | UserSuppliedState [get] |
| SynchronizationContext | SynchronizationContext [get] |
Private Member Functions | |
| AsyncOperation (object userSuppliedState, SynchronizationContext syncContext) | |
| ~AsyncOperation () | |
| void | PostCore (SendOrPostCallback d, object arg, bool markCompleted) |
| void | OperationCompletedCore () |
| void | VerifyNotCompleted () |
| void | VerifyDelegateNotNull (SendOrPostCallback d) |
Private Attributes | |
| readonly SynchronizationContext | _syncContext |
| bool | _alreadyCompleted |
Definition at line 5 of file AsyncOperation.cs.