C# Class DotNetWorkQueue.Transport.SqlServer.Basic.Query.MessageToReset

Represents a message that should be reset.
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
MessageToReset ( long queueId, System.DateTime heartBeat ) : System

Initializes a new instance of the MessageToReset class.

Method Details

MessageToReset() public method

Initializes a new instance of the MessageToReset class.
public MessageToReset ( long queueId, System.DateTime heartBeat ) : System
queueId long The queue identifier.
heartBeat System.DateTime The heart beat.
return System