C# Класс DotNetWorkQueue.TaskScheduling.SchedulerMethod

Consumes linq expression methods using the task scheduler for processing.
Наследование: IConsumerMethodQueueScheduler
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

SchedulerMethod() публичный Метод

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.
Результат DotNetWorkQueue.Configuration

Start() публичный Метод

Starts the queue.
Call dispose to stop the queue once started
public Start ( ) : void
Результат void