C# 클래스 DotNetWorkQueue.Metrics.Decorator.QueueCreationDecorator

상속: IQueueCreation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
CreateQueue ( ) : QueueCreationResult

Tries to create the queue.

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

QueueCreationDecorator ( IMetrics metrics, IQueueCreation handler, IConnectionInformation connectionInformation )

Initializes a new instance of the QueueCreationDecorator class.

RemoveQueue ( ) : QueueRemoveResult

Tries to the remove queue.

메소드 상세

CreateQueue() 공개 메소드

Tries to create the queue.
public CreateQueue ( ) : QueueCreationResult
리턴 QueueCreationResult

Dispose() 공개 메소드

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
리턴 void

QueueCreationDecorator() 공개 메소드

Initializes a new instance of the QueueCreationDecorator class.
public QueueCreationDecorator ( IMetrics metrics, IQueueCreation handler, IConnectionInformation connectionInformation )
metrics IMetrics The metrics factory.
handler IQueueCreation The handler.
connectionInformation IConnectionInformation The connection information.

RemoveQueue() 공개 메소드

Tries to the remove queue.
public RemoveQueue ( ) : QueueRemoveResult
리턴 QueueRemoveResult