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

◆ FromAsync() [9/10]

Task< TResult > System.Threading.Tasks.TaskFactory< TResult >.FromAsync ( IAsyncResult asyncResult,
Func< IAsyncResult, TResult > endMethod,
TaskCreationOptions creationOptions )
inline

Definition at line 238 of file TaskFactory.cs.

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

References System.asyncResult, System.creationOptions, System.Threading.Tasks.TaskFactory< TResult >.DefaultScheduler, System.endMethod, and System.Threading.Tasks.TaskFactory< TResult >.FromAsyncImpl().