C# Class DotNetWorkQueue.TaskScheduling.SchedulerMethod

Consumes linq expression methods using the task scheduler for processing.
Inheritance: IConsumerMethodQueueScheduler
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SchedulerMethod ( IConsumerQueueScheduler queue, IMessageMethodHandling messageMethodHandling ) : DotNetWorkQueue.Configuration

Initializes a new instance of the SchedulerMethod class.

Start ( ) : void

Starts the queue.

Call dispose to stop the queue once started

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

SchedulerMethod() public méthode

Initializes a new instance of the SchedulerMethod class.
public SchedulerMethod ( IConsumerQueueScheduler queue, IMessageMethodHandling messageMethodHandling ) : DotNetWorkQueue.Configuration
queue IConsumerQueueScheduler The queue.
messageMethodHandling IMessageMethodHandling The message method handling.
Résultat DotNetWorkQueue.Configuration

Start() public méthode

Starts the queue.
Call dispose to stop the queue once started
public Start ( ) : void
Résultat void