C# Class DotNetWorkQueue.Metrics.Decorator.QueueCreationDecorator

Inheritance: IQueueCreation
Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

CreateQueue() public method

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

Dispose() public method

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

QueueCreationDecorator() public method

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() public method

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