C# Class Microsoft.Azure.Amqp.Framing.MessageId.MessageIdBinary

Inheritance: MessageId
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MessageIdBinary ( ArraySegment id ) : System
OnEncode ( System.ByteBuffer buffer ) : void
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MessageIdBinary() public méthode

public MessageIdBinary ( ArraySegment id ) : System
id ArraySegment
Résultat System

OnEncode() public méthode

public OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string