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

The correlation ID for the queue A GUID is used, since this needs to be different across queues
Inheritance: ICorrelationId
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
PostgreSqlMessageQueueCorrelationId ( System.Guid id ) : System

Initializes a new instance of the PostgreSqlMessageQueueCorrelationId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

PostgreSqlMessageQueueCorrelationId() public method

Initializes a new instance of the PostgreSqlMessageQueueCorrelationId class.
public PostgreSqlMessageQueueCorrelationId ( System.Guid id ) : System
id System.Guid The identifier.
return System

ToString() public method

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