Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ FromAsync() [1/10]

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

Definition at line 1182 of file TaskFactory.cs.

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

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