C# 클래스 Microsoft.Azure.Amqp.AmqpTrace

파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Provider AmqpTrace

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AmqpTrace ( )

메소드 상세

AmqpAddSession() 공개 메소드

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

AmqpAttachLink() 공개 메소드

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
리턴 void

AmqpCacheMessage() 공개 메소드

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
리턴 void

AmqpCloseConnection() 공개 메소드

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

AmqpDeliveryNotFound() 공개 메소드

public AmqpDeliveryNotFound ( object source, string deliveryTag ) : void
source object
deliveryTag string
리턴 void

AmqpDispose() 공개 메소드

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

AmqpDynamicBufferSizeChange() 공개 메소드

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

AmqpInsecureTransport() 공개 메소드

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

AmqpIoEvent() 공개 메소드

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

AmqpLinkDetach() 공개 메소드

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

AmqpListenSocketAcceptError() 공개 메소드

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

AmqpLogError() 공개 메소드

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

AmqpLogOperationInformational() 공개 메소드

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

AmqpLogOperationVerbose() 공개 메소드

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

AmqpManageLink() 공개 메소드

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

AmqpMissingHandle() 공개 메소드

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

AmqpOpenConnection() 공개 메소드

public AmqpOpenConnection ( object source, object connection ) : void
source object
connection object
리턴 void

AmqpOpenEntityFailed() 공개 메소드

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

AmqpOpenEntitySucceeded() 공개 메소드

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

AmqpReceiveMessage() 공개 메소드

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

AmqpRemoveLink() 공개 메소드

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
리턴 void

AmqpRemoveSession() 공개 메소드

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

AmqpSessionWindowClosed() 공개 메소드

public AmqpSessionWindowClosed ( object source, int nextId ) : void
source object
nextId int
리턴 void

AmqpSettle() 공개 메소드

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

AmqpStateTransition() 공개 메소드

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

AmqpThrowingExceptionError() 공개 메소드

public AmqpThrowingExceptionError ( string exception ) : void
exception string
리턴 void

AmqpThrowingExceptionWarning() 공개 메소드

public AmqpThrowingExceptionWarning ( string exception ) : void
exception string
리턴 void

AmqpTrace() 보호된 메소드

protected AmqpTrace ( )

AmqpUpgradeTransport() 공개 메소드

public AmqpUpgradeTransport ( object source, object from, object to ) : void
source object
from object
to object
리턴 void

프로퍼티 상세

Provider 공개적으로 정적으로 프로퍼티

public static AmqpTrace,Microsoft.Azure.Amqp Provider
리턴 AmqpTrace