Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ FromAsync() [4/10]

Task< TResult > System.Threading.Tasks.TaskFactory< TResult >.FromAsync ( Func< AsyncCallback, object?, IAsyncResult > beginMethod,
Func< IAsyncResult, TResult > endMethod,
object? state,
TaskCreationOptions creationOptions )
inline

Definition at line 317 of file TaskFactory.cs.

318 {
320 }
static Task< TResult > FromAsyncImpl(IAsyncResult asyncResult, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, TaskCreationOptions creationOptions, TaskScheduler scheduler)

References System.beginMethod, System.creationOptions, System.endMethod, and System.state.