C# Class Microsoft.Azure.Amqp.Transport.TransportBase

Inheritance: AmqpObject
Show file Open project: Azure/azure-amqp Class Usage Examples

Public Methods

Method Description
ReadAsync ( TransportAsyncCallbackArgs args ) : bool
SetMonitor ( ITransportMonitor usageMeter ) : void
WriteAsync ( TransportAsyncCallbackArgs args ) : bool

Protected Methods

Method Description
OnClose ( System.TimeSpan timeout ) : void
OnOpen ( System.TimeSpan timeout ) : void
OpenInternal ( ) : bool
TransportBase ( string type ) : System
TransportBase ( string type, SequenceNumber identifier ) : System

Method Details

OnClose() protected method

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

OnOpen() protected method

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

OpenInternal() protected method

protected OpenInternal ( ) : bool
return bool

ReadAsync() public abstract method

public abstract ReadAsync ( TransportAsyncCallbackArgs args ) : bool
args TransportAsyncCallbackArgs
return bool

SetMonitor() public abstract method

public abstract SetMonitor ( ITransportMonitor usageMeter ) : void
usageMeter ITransportMonitor
return void

TransportBase() protected method

protected TransportBase ( string type ) : System
type string
return System

TransportBase() protected method

protected TransportBase ( string type, SequenceNumber identifier ) : System
type string
identifier SequenceNumber
return System

WriteAsync() public abstract method

public abstract WriteAsync ( TransportAsyncCallbackArgs args ) : bool
args TransportAsyncCallbackArgs
return bool