C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisQueueId

An id for a redis message
상속: IMessageId
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
RedisQueueId ( string id ) : DotNetWorkQueue.Messages

Initializes a new instance of the RedisQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

RedisQueueId() 공개 메소드

Initializes a new instance of the RedisQueueId class.
public RedisQueueId ( string id ) : DotNetWorkQueue.Messages
id string The identifier.
리턴 DotNetWorkQueue.Messages

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string