Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.AsyncOperation Class Referencesealed

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
 

Detailed Description

Definition at line 5 of file AsyncOperation.cs.


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