C# Class DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerMessageQueueId

The primary ID for a message in the SQL server transport
Inheritance: IMessageId
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
SqlServerMessageQueueId ( long id ) : System.Globalization

Initializes a new instance of the SqlServerMessageQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

SqlServerMessageQueueId() public method

Initializes a new instance of the SqlServerMessageQueueId class.
public SqlServerMessageQueueId ( long id ) : System.Globalization
id long The identifier.
return System.Globalization

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string