C# Class Rubberduck.Common.StaTaskScheduler

Inheritance: System.Threading.Tasks.TaskScheduler, IDisposable
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
Dispose ( ) : void
StaTaskScheduler ( ) : System
StaTaskScheduler ( int concurrencyLevel ) : System

Méthodes protégées

Méthode Description
GetScheduledTasks ( ) : IEnumerable
QueueTask ( Task task ) : void
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetScheduledTasks() protected méthode

protected GetScheduledTasks ( ) : IEnumerable
Résultat IEnumerable

QueueTask() protected méthode

protected QueueTask ( Task task ) : void
task Task
Résultat void

StaTaskScheduler() public méthode

public StaTaskScheduler ( ) : System
Résultat System

StaTaskScheduler() public méthode

public StaTaskScheduler ( int concurrencyLevel ) : System
concurrencyLevel int
Résultat System

TryExecuteTaskInline() protected méthode

protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool
task Task
taskWasPreviouslyQueued bool
Résultat bool