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

◆ FromAsync< TArg1 >() [1/4]

Task System.Threading.Tasks.TaskFactory< TResult >.FromAsync< TArg1 > ( Func< TArg1, AsyncCallback, object?, IAsyncResult > beginMethod,
Action< IAsyncResult > endMethod,
TArg1 arg1,
object? state )
inline

Definition at line 1192 of file TaskFactory.cs.

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

References System.beginMethod, System.endMethod, and System.state.