C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.Factory.PostgreSqlMessageQueueCorrelationIdFactory

Creates new instances of PostgreSqlMessageQueueCorrelationId
Inheritance: ICorrelationIdFactory
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( ) : ICorrelationId

Creates a new instance of ICorrelationId. The underlying type is PostgreSqlMessageQueueCorrelationId

Method Details

Create() public method

Creates a new instance of ICorrelationId. The underlying type is PostgreSqlMessageQueueCorrelationId
public Create ( ) : ICorrelationId
return ICorrelationId