C# Class Amqp.Framing.Properties

The Properties class defines the Immutable properties of the Message.
Inheritance: Amqp.Types.DescribedList
Afficher le fichier Open project: Azure/amqpnetlite Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ValidateIdentifier ( object id ) : object

Method Details

GetCorrelationId() public méthode

Gets the correlation identifier.
public GetCorrelationId ( ) : object
Résultat object

GetMessageId() public méthode

Gets the message identifier.
public GetMessageId ( ) : object
Résultat object

Properties() public méthode

Initializes a properties section.
public Properties ( ) : System
Résultat System

SetCorrelationId() public méthode

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.
Résultat void

SetMessageId() public méthode

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.
Résultat void

ToString() public méthode

Returns a string that represents the current properties object.
public ToString ( ) : string
Résultat string