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
{
1169
return
FromAsync
(
asyncResult
,
endMethod
,
m_defaultCreationOptions
,
DefaultScheduler
);
1170
}
System.Threading.Tasks.TaskFactory.DefaultScheduler
TaskScheduler DefaultScheduler
Definition
TaskFactory.cs:79
System.Threading.Tasks.TaskFactory.m_defaultCreationOptions
readonly TaskCreationOptions m_defaultCreationOptions
Definition
TaskFactory.cs:75
System.Threading.Tasks.TaskFactory.FromAsync
Task< TResult > FromAsync(IAsyncResult asyncResult, Func< IAsyncResult, TResult > endMethod)
Definition
TaskFactory.cs:233
System.ExceptionArgument.endMethod
@ endMethod
System.ExceptionArgument.asyncResult
@ asyncResult
References
System.asyncResult
, and
System.endMethod
.
System
Threading
Tasks
TaskFactory
Generated by
1.10.0