C# Class DotNetWorkQueue.Transport.SQLite.Basic.Command.DeleteMessageCommand

Deletes a specific message
显示文件 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
DeleteMessageCommand ( long queueId )

Initializes a new instance of the DeleteMessageCommand class.

Method Details

DeleteMessageCommand() public method

Initializes a new instance of the DeleteMessageCommand class.
public DeleteMessageCommand ( long queueId )
queueId long The queue identifier.