Méthode | Description | |
---|---|---|
RunTask ( System.Action action ) : void | ||
RunTask ( Func |
Méthode | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Méthode | Description | |
---|---|---|
ActorTaskScheduler ( |
||
ExecuteTask ( Task task ) : void | ||
GetTaskException ( Task task ) : |
||
ScheduleTask ( Task task ) : void | ||
TryUnwrapAggregateException ( AggregateException aggregateException ) : |
protected GetScheduledTasks ( ) : IEnumerable |
||
Résultat | IEnumerable |
public static RunTask ( System.Action action ) : void | ||
action | System.Action | |
Résultat | void |
public static RunTask ( Func |
||
asyncAction | Func |
|
Résultat | void |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
Résultat | bool |