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

Inheritance: Microsoft.Azure.Amqp.Framing.DeliveryState
Show file Open project: Azure/azure-amqp

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
ToString ( ) : string
TransactionalState ( ) : System

Protected Methods

Method Description
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

OnDecode() protected method

protected OnDecode ( System.ByteBuffer buffer, int count ) : void
buffer System.ByteBuffer
count int
return void

OnEncode() protected method

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
return void

OnValueSize() protected method

protected OnValueSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TransactionalState() public method

public TransactionalState ( ) : System
return System

Property Details

Code public static property

public static ulong Code
return ulong

Name public static property

public static string Name
return string