C# 클래스 Amqp.Framing.Properties

The Properties class defines the Immutable properties of the Message.
상속: Amqp.Types.DescribedList
파일 보기 프로젝트 열기: Azure/amqpnetlite 1 사용 예제들

공개 메소드들

메소드 설명
GetCorrelationId ( ) : object

Gets the correlation identifier.

GetMessageId ( ) : object

Gets the message identifier.

Properties ( ) : System

Initializes a properties section.

SetCorrelationId ( object id ) : void

Sets the correlation identifier. If not null, the object type must be string, Guid, ulong or byte[].

SetMessageId ( object id ) : void

Sets the message identifier. If not null, the object type must be string, Guid, ulong or byte[].

ToString ( ) : string

Returns a string that represents the current properties object.

비공개 메소드들

메소드 설명
ValidateIdentifier ( object id ) : object

메소드 상세

GetCorrelationId() 공개 메소드

Gets the correlation identifier.
public GetCorrelationId ( ) : object
리턴 object

GetMessageId() 공개 메소드

Gets the message identifier.
public GetMessageId ( ) : object
리턴 object

Properties() 공개 메소드

Initializes a properties section.
public Properties ( ) : System
리턴 System

SetCorrelationId() 공개 메소드

Sets the correlation identifier. If not null, the object type must be string, Guid, ulong or byte[].
public SetCorrelationId ( object id ) : void
id object The identifier object to set.
리턴 void

SetMessageId() 공개 메소드

Sets the message identifier. If not null, the object type must be string, Guid, ulong or byte[].
public SetMessageId ( object id ) : void
id object The identifier object to set.
리턴 void

ToString() 공개 메소드

Returns a string that represents the current properties object.
public ToString ( ) : string
리턴 string