Method | Description | |
---|---|---|
ClearMessages ( |
Clears the expired messages from the queue
|
|
SqlServerMessageQueueClearExpiredMessages ( IConnectionInformation connectionInfo, IQueryHandler |
Initializes a new instance of the SqlServerMessageQueueClearExpiredMessages class.
|
public ClearMessages ( |
||
cancelToken | The cancel token. If fired, stop processing | |
return | long |
public SqlServerMessageQueueClearExpiredMessages ( IConnectionInformation connectionInfo, IQueryHandler |
||
connectionInfo | IConnectionInformation | The connection information. |
findExpiredMessagesQueryHandler | IQueryHandler |
The find expired messages query handler. |
deleteMessageCommandHandler | long>.ICommandHandlerWithOutput | The delete message command handler. |
return | System.Collections.Generic |