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

◆ CreateOperation()

static AsyncOperation System.ComponentModel.AsyncOperation.CreateOperation ( object userSuppliedState,
SynchronizationContext syncContext )
inlinestaticpackage

Definition at line 88 of file AsyncOperation.cs.

89 {
90 return new AsyncOperation(userSuppliedState, syncContext);
91 }
AsyncOperation(object userSuppliedState, SynchronizationContext syncContext)

References System.ComponentModel.AsyncOperation.AsyncOperation().

Referenced by System.ComponentModel.AsyncOperationManager.CreateOperation().