C# Класс Amqp.Framing.Properties

The Properties class defines the Immutable properties of the Message.
Наследование: Amqp.Types.DescribedList
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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