C# 클래스 Microsoft.Azure.Amqp.Framing.LifeTimePolicy

상속: DescribedList
파일 보기 프로젝트 열기: Azure/azure-amqp

보호된 메소드들

메소드 설명
LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

메소드 상세

LifeTimePolicy() 보호된 메소드

protected LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
name AmqpSymbol
code ulong
리턴 Microsoft.Azure.Amqp.Encoding

OnDecode() 보호된 메소드

protected OnDecode ( ByteBuffer buffer, int count ) : void
buffer ByteBuffer
count int
리턴 void

OnEncode() 보호된 메소드

protected OnEncode ( ByteBuffer buffer ) : void
buffer ByteBuffer
리턴 void

OnValueSize() 보호된 메소드

protected OnValueSize ( ) : int
리턴 int