Method | Description | |
---|---|---|
CreateJobSchedulerQueue ( Action |
Tells the transport to setup and create a queue for handling re-occurring jobs.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RemoveQueue ( ) : QueueRemoveResult |
Attempts to delete an existing queue May not be supported by all transports. Any data in the queue will be lost. |
|
SqlServerJobQueueCreation ( |
Initializes a new instance of the SqlServerJobQueueCreation class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public CreateJobSchedulerQueue ( Action |
||
registerService | Action |
The additional registrations. |
queue | string | The queue. |
connection | string | The connection. |
enableRoute | bool | if set to |
return | QueueCreationResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public SqlServerJobQueueCreation ( |
||
queueCreation | The queue creation. | |
return | System |