Метод | Описание | |
---|---|---|
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.
|
public CreateQueue ( ) : QueueCreationResult | ||
Результат | QueueCreationResult |
public QueueCreationDecorator ( IMetrics metrics, IQueueCreation handler, IConnectionInformation connectionInformation ) | ||
metrics | IMetrics | The metrics factory. |
handler | IQueueCreation | The handler. |
connectionInformation | IConnectionInformation | The connection information. |
public RemoveQueue ( ) : QueueRemoveResult | ||
Результат | QueueRemoveResult |