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

Sends a heart beat to a queue record.
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
SendHeartBeatCommand ( long queueId )

Initializes a new instance of the SendHeartBeatCommand class.

Method Details

SendHeartBeatCommand() public méthode

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