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

◆ FromAsync() [5/10]

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

Definition at line 1167 of file TaskFactory.cs.

1168 {
1170 }
readonly TaskCreationOptions m_defaultCreationOptions
Task< TResult > FromAsync(IAsyncResult asyncResult, Func< IAsyncResult, TResult > endMethod)

References System.asyncResult, and System.endMethod.