Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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 |
Результат | QueueCreationResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public RemoveQueue ( ) : QueueRemoveResult | ||
Результат | QueueRemoveResult |
public SqlServerJobQueueCreation ( |
||
queueCreation | The queue creation. | |
Результат | System |