C# Class Microsoft.Azure.Amqp.Transaction.Coordinator

Inheritance: Microsoft.Azure.Amqp.Framing.DescribedList
Afficher le fichier Open project: Azure/azure-amqp Class Usage Examples

Méthodes publiques

Свойство Type Description
Code ulong
Name string

Méthodes publiques

Méthode Description
Coordinator ( ) : Microsoft.Azure.Amqp.Encoding

Méthodes protégées

Méthode Description
EnsureRequired ( ) : void
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

Coordinator() public méthode

public Coordinator ( ) : Microsoft.Azure.Amqp.Encoding
Résultat Microsoft.Azure.Amqp.Encoding

EnsureRequired() protected méthode

protected EnsureRequired ( ) : void
Résultat void

OnDecode() protected méthode

protected OnDecode ( ByteBuffer buffer, int count ) : void
buffer ByteBuffer
count int
Résultat void

OnEncode() protected méthode

protected OnEncode ( ByteBuffer buffer ) : void
buffer ByteBuffer
Résultat void

OnValueSize() protected méthode

protected OnValueSize ( ) : int
Résultat int

Property Details

Code public_oe static_oe property

public static ulong Code
Résultat ulong

Name public_oe static_oe property

public static string Name
Résultat string