C# 클래스 DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerMessageQueueId

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

공개 메소드들

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

Initializes a new instance of the SqlServerMessageQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

SqlServerMessageQueueId() 공개 메소드

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

ToString() 공개 메소드

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