C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueId

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

Public Methods

Method Description
PostgreSqlMessageQueueId ( long id ) : System.Globalization

Initializes a new instance of the PostgreSqlMessageQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

PostgreSqlMessageQueueId() public method

Initializes a new instance of the PostgreSqlMessageQueueId class.
public PostgreSqlMessageQueueId ( 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