C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueCorrelationId

The correlation ID for the SQLite queue A GUID is used, since this needs to be different accross queues
상속: ICorrelationId
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
SqLiteMessageQueueCorrelationId ( System.Guid id ) : System

Initializes a new instance of the SqLiteMessageQueueCorrelationId class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

SqLiteMessageQueueCorrelationId() 공개 메소드

Initializes a new instance of the SqLiteMessageQueueCorrelationId class.
public SqLiteMessageQueueCorrelationId ( System.Guid id ) : System
id System.Guid The identifier.
리턴 System

ToString() 공개 메소드

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