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

◆ FromAsync() [10/10]

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

Definition at line 243 of file TaskFactory.cs.

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

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