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

◆ FromAsync() [3/10]

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

Definition at line 312 of file TaskFactory.cs.

313 {
315 }
readonly TaskCreationOptions m_defaultCreationOptions
static Task< TResult > FromAsyncImpl(IAsyncResult asyncResult, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, TaskCreationOptions creationOptions, TaskScheduler scheduler)

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