Method | Description | |
---|---|---|
CreateQueue ( ) : QueueCreationResult |
Creates the queue if needed.
|
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
RemoveQueue ( ) : QueueRemoveResult |
Attempts to delete an existing queue Any data in the queue will be lost. Will cause exceptions in any producer/consumer that is connected |
|
SqlServerMessageQueueCreation ( IConnectionInformation connectionInfo, bool>.IQueryHandler |
Initializes a new instance of the SqlServerMessageQueueCreation class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
Method | Description | |
---|---|---|
CreateQueueInternal ( ) : QueueCreationResult |
Creates the queue.
|
|
RemoveQueueInternal ( ) : QueueRemoveResult |
Removes the queue if it exists
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// |
return | void |
public SqlServerMessageQueueCreation ( IConnectionInformation connectionInfo, bool>.IQueryHandler |
||
connectionInfo | IConnectionInformation | The connection information. |
queryTableExists | bool>.IQueryHandler | The query table exists. |
options | ISqlServerMessageQueueTransportOptionsFactory | The options. |
createSchema | The create schema. | |
createCommand | QueueCreationResult>.ICommandHandlerWithOutput | The create command. |
deleteCommand | QueueRemoveResult>.ICommandHandlerWithOutput | The delete command. |
creationScope | ICreationScope | The creation scope. |
return | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |