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

Creates new instances of RedisQueueCorrelationId
Inheritance: ICorrelationIdFactory
Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( ) : ICorrelationId

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

Method Details

Create() public method

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