C# Class Microsoft.Azure.Amqp.AmqpTrace

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

Public Properties

Property Type Description
Provider AmqpTrace

Public Methods

Method Description
AmqpAddSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void
AmqpAttachLink ( object connection, object session, object link, uint localHandle, uint remoteHandle, string linkName, string role, object source, object target ) : void
AmqpCacheMessage ( object source, uint deliveryId, int count, bool isPrefecthingBySize, long totalCacheSizeInBytes, uint totalLinkCredit, uint linkCredit ) : void
AmqpCloseConnection ( object source, object connection, bool abort ) : void
AmqpDeliveryNotFound ( object source, string deliveryTag ) : void
AmqpDispose ( object source, uint deliveryId, bool settled, object state ) : void
AmqpDynamicBufferSizeChange ( object source, string type, int oldSize, int newSize ) : void
AmqpInsecureTransport ( object source, object transport, bool isSecure, bool isAuthenticated ) : void
AmqpIoEvent ( object source, int ioEvent, long queueSize ) : void
AmqpLinkDetach ( object source, string name, uint handle, string action, string error ) : void
AmqpListenSocketAcceptError ( object source, bool willRetry, string error ) : void
AmqpLogError ( object source, string operation, string message ) : void
AmqpLogOperationInformational ( object source, TraceOperation operation, object detail ) : void
AmqpLogOperationVerbose ( object source, TraceOperation operation, object detail ) : void
AmqpManageLink ( string action, object link, string info ) : void
AmqpMissingHandle ( object source, string type, uint handle ) : void
AmqpOpenConnection ( object source, object connection ) : void
AmqpOpenEntityFailed ( object source, object obj, string name, string entityName, string error ) : void
AmqpOpenEntitySucceeded ( object source, object obj, string name, string entityName ) : void
AmqpReceiveMessage ( object source, uint deliveryId, int transferCount ) : void
AmqpRemoveLink ( object connection, object session, object link, uint localHandle, uint remoteHandle, string linkName ) : void
AmqpRemoveSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void
AmqpSessionWindowClosed ( object source, int nextId ) : void
AmqpSettle ( object source, int settleCount, uint lwm, uint next ) : void
AmqpStateTransition ( object source, string operation, object fromState, object toState ) : void
AmqpThrowingExceptionError ( string exception ) : void
AmqpThrowingExceptionWarning ( string exception ) : void
AmqpUpgradeTransport ( object source, object from, object to ) : void

Protected Methods

Method Description
AmqpTrace ( )

Method Details

AmqpAddSession() public method

public AmqpAddSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void
source object
session object
localChannel ushort
remoteChannel ushort
return void

AmqpAttachLink() public method

public AmqpAttachLink ( object connection, object session, object link, uint localHandle, uint remoteHandle, string linkName, string role, object source, object target ) : void
connection object
session object
link object
localHandle uint
remoteHandle uint
linkName string
role string
source object
target object
return void

AmqpCacheMessage() public method

public AmqpCacheMessage ( object source, uint deliveryId, int count, bool isPrefecthingBySize, long totalCacheSizeInBytes, uint totalLinkCredit, uint linkCredit ) : void
source object
deliveryId uint
count int
isPrefecthingBySize bool
totalCacheSizeInBytes long
totalLinkCredit uint
linkCredit uint
return void

AmqpCloseConnection() public method

public AmqpCloseConnection ( object source, object connection, bool abort ) : void
source object
connection object
abort bool
return void

AmqpDeliveryNotFound() public method

public AmqpDeliveryNotFound ( object source, string deliveryTag ) : void
source object
deliveryTag string
return void

AmqpDispose() public method

public AmqpDispose ( object source, uint deliveryId, bool settled, object state ) : void
source object
deliveryId uint
settled bool
state object
return void

AmqpDynamicBufferSizeChange() public method

public AmqpDynamicBufferSizeChange ( object source, string type, int oldSize, int newSize ) : void
source object
type string
oldSize int
newSize int
return void

AmqpInsecureTransport() public method

public AmqpInsecureTransport ( object source, object transport, bool isSecure, bool isAuthenticated ) : void
source object
transport object
isSecure bool
isAuthenticated bool
return void

AmqpIoEvent() public method

public AmqpIoEvent ( object source, int ioEvent, long queueSize ) : void
source object
ioEvent int
queueSize long
return void

AmqpLinkDetach() public method

public AmqpLinkDetach ( object source, string name, uint handle, string action, string error ) : void
source object
name string
handle uint
action string
error string
return void

AmqpListenSocketAcceptError() public method

public AmqpListenSocketAcceptError ( object source, bool willRetry, string error ) : void
source object
willRetry bool
error string
return void

AmqpLogError() public method

public AmqpLogError ( object source, string operation, string message ) : void
source object
operation string
message string
return void

AmqpLogOperationInformational() public method

public AmqpLogOperationInformational ( object source, TraceOperation operation, object detail ) : void
source object
operation TraceOperation
detail object
return void

AmqpLogOperationVerbose() public method

public AmqpLogOperationVerbose ( object source, TraceOperation operation, object detail ) : void
source object
operation TraceOperation
detail object
return void

AmqpManageLink() public method

public AmqpManageLink ( string action, object link, string info ) : void
action string
link object
info string
return void

AmqpMissingHandle() public method

public AmqpMissingHandle ( object source, string type, uint handle ) : void
source object
type string
handle uint
return void

AmqpOpenConnection() public method

public AmqpOpenConnection ( object source, object connection ) : void
source object
connection object
return void

AmqpOpenEntityFailed() public method

public AmqpOpenEntityFailed ( object source, object obj, string name, string entityName, string error ) : void
source object
obj object
name string
entityName string
error string
return void

AmqpOpenEntitySucceeded() public method

public AmqpOpenEntitySucceeded ( object source, object obj, string name, string entityName ) : void
source object
obj object
name string
entityName string
return void

AmqpReceiveMessage() public method

public AmqpReceiveMessage ( object source, uint deliveryId, int transferCount ) : void
source object
deliveryId uint
transferCount int
return void

AmqpRemoveLink() public method

public AmqpRemoveLink ( object connection, object session, object link, uint localHandle, uint remoteHandle, string linkName ) : void
connection object
session object
link object
localHandle uint
remoteHandle uint
linkName string
return void

AmqpRemoveSession() public method

public AmqpRemoveSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void
source object
session object
localChannel ushort
remoteChannel ushort
return void

AmqpSessionWindowClosed() public method

public AmqpSessionWindowClosed ( object source, int nextId ) : void
source object
nextId int
return void

AmqpSettle() public method

public AmqpSettle ( object source, int settleCount, uint lwm, uint next ) : void
source object
settleCount int
lwm uint
next uint
return void

AmqpStateTransition() public method

public AmqpStateTransition ( object source, string operation, object fromState, object toState ) : void
source object
operation string
fromState object
toState object
return void

AmqpThrowingExceptionError() public method

public AmqpThrowingExceptionError ( string exception ) : void
exception string
return void

AmqpThrowingExceptionWarning() public method

public AmqpThrowingExceptionWarning ( string exception ) : void
exception string
return void

AmqpTrace() protected method

protected AmqpTrace ( )

AmqpUpgradeTransport() public method

public AmqpUpgradeTransport ( object source, object from, object to ) : void
source object
from object
to object
return void

Property Details

Provider public static property

public static AmqpTrace,Microsoft.Azure.Amqp Provider
return AmqpTrace