C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.Factory.RedisQueueWorkSubFactory

Creates new instance of IRedisQueueWorkSub
상속: IRedisQueueWorkSubFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( ) : IRedisQueueWorkSub

Creates new instance of IRedisQueueWorkSub

Create ( IMessageId id ) : IRedisQueueWorkSub

Creates new instance of IRedisQueueWorkSub that will only respond if the specified ID is sent

RedisQueueWorkSubFactory ( IRedisConnection connection, RedisNames redisNames, IQueueCancelWork cancelWork ) : DotNetWorkQueue.Validation

Initializes a new instance of the RedisQueueWorkSubFactory class.

메소드 상세

Create() 공개 메소드

Creates new instance of IRedisQueueWorkSub
public Create ( ) : IRedisQueueWorkSub
리턴 IRedisQueueWorkSub

Create() 공개 메소드

Creates new instance of IRedisQueueWorkSub that will only respond if the specified ID is sent
public Create ( IMessageId id ) : IRedisQueueWorkSub
id IMessageId The identifier.
리턴 IRedisQueueWorkSub

RedisQueueWorkSubFactory() 공개 메소드

Initializes a new instance of the RedisQueueWorkSubFactory class.
public RedisQueueWorkSubFactory ( IRedisConnection connection, RedisNames redisNames, IQueueCancelWork cancelWork ) : DotNetWorkQueue.Validation
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
cancelWork IQueueCancelWork The cancel work.
리턴 DotNetWorkQueue.Validation