Méthode | Description | |
---|---|---|
BlockingCollectionTaskScheduler ( BlockingCollection |
||
Dispose ( ) : void |
Méthode | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Méthode | Description | |
---|---|---|
RunTasks ( ) : void |
public BlockingCollectionTaskScheduler ( BlockingCollection |
||
collection | BlockingCollection |
|
Résultat | System |
protected GetScheduledTasks ( ) : IEnumerable |
||
Résultat | IEnumerable |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
Résultat | bool |