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

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MessageIdUuid ( System.Guid 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

MessageIdUuid() public méthode

public MessageIdUuid ( System.Guid id ) : System
id System.Guid
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