C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueId

The primary ID for a message in the transport
상속: IMessageId
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
PostgreSqlMessageQueueId ( long id ) : System.Globalization

Initializes a new instance of the PostgreSqlMessageQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

PostgreSqlMessageQueueId() 공개 메소드

Initializes a new instance of the PostgreSqlMessageQueueId class.
public PostgreSqlMessageQueueId ( long id ) : System.Globalization
id long The identifier.
리턴 System.Globalization

ToString() 공개 메소드

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