C# 클래스 DotNetWorkQueue.TaskScheduling.SchedulerMethod

Consumes linq expression methods using the task scheduler for processing.
상속: IConsumerMethodQueueScheduler
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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