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

◆ FromAsync() [6/10]

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

Definition at line 1172 of file TaskFactory.cs.

1173 {
1175 }
Task< TResult > FromAsync(IAsyncResult asyncResult, Func< IAsyncResult, TResult > endMethod)

References System.asyncResult, System.creationOptions, and System.endMethod.