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

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

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

Definition at line 377 of file TaskFactory.cs.

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

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