Méthode | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Méthode | Description | |
---|---|---|
GetOrAddQueue ( string QueueId ) : ConcurrentLinkedList |
||
ProcessWork ( string QueueId ) : void | ||
RemoveQueue ( string QueueId, bool cancelTasks = true ) : bool |
protected GetScheduledTasks ( ) : IEnumerable |
||
Résultat | IEnumerable |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
Résultat | bool |