Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FromAsync< TResult >()
[3/5]
Task
<
TResult
>
System.Threading.Tasks.TaskFactory
<
TResult
>.
FromAsync
<
TResult
>
(
IAsyncResult
asyncResult
,
Func<
IAsyncResult
,
TResult
>
endMethod
)
inline
Definition at line
1222
of file
TaskFactory.cs
.
1223
{
1224
return
TaskFactory<TResult>
.FromAsyncImpl(
asyncResult
,
endMethod
,
null
,
m_defaultCreationOptions
,
DefaultScheduler
);
1225
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
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.ExceptionArgument.endMethod
@ endMethod
System.ExceptionArgument.asyncResult
@ asyncResult
References
System.asyncResult
, and
System.endMethod
.
System
Threading
Tasks
TaskFactory
Generated by
1.10.0