C# Class Microsoft.Azure.Amqp.Framing.LifeTimePolicy

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

Méthodes protégées

Méthode Description
LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

LifeTimePolicy() protected méthode

protected LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
name AmqpSymbol
code ulong
Résultat Microsoft.Azure.Amqp.Encoding

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