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

◆ FromAsync() [8/10]

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

Definition at line 233 of file TaskFactory.cs.

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

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