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

Creates new instances of PostgreSqlMessageQueueCorrelationId
Inheritance: ICorrelationIdFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( ) : ICorrelationId

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

Method Details

Create() public méthode

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