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

Sends a heart beat to a queue record.
显示文件 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
SendHeartBeatCommand ( long queueId )

Initializes a new instance of the SendHeartBeatCommand class.

Method Details

SendHeartBeatCommand() public method

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