C# Class DotNetWorkQueue.Transport.Redis.Basic.Factory.RedisQueueCorrelationIdFactory

Creates new instances of RedisQueueCorrelationId
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 RedisQueueCorrelationId

Method Details

Create() public méthode

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