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

Deletes a specific message
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
DeleteMessageCommand ( long queueId )

Initializes a new instance of the DeleteMessageCommand class.

Method Details

DeleteMessageCommand() public méthode

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