프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Provider |
메소드 | 설명 | |
---|---|---|
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 ( ) |
public AmqpAddSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void | ||
source | object | |
session | object | |
localChannel | ushort | |
remoteChannel | ushort | |
리턴 | void |
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 |
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 |
public AmqpCloseConnection ( object source, object connection, bool abort ) : void | ||
source | object | |
connection | object | |
abort | bool | |
리턴 | void |
public AmqpDeliveryNotFound ( object source, string deliveryTag ) : void | ||
source | object | |
deliveryTag | string | |
리턴 | void |
public AmqpDispose ( object source, uint deliveryId, bool settled, object state ) : void | ||
source | object | |
deliveryId | uint | |
settled | bool | |
state | object | |
리턴 | void |
public AmqpDynamicBufferSizeChange ( object source, string type, int oldSize, int newSize ) : void | ||
source | object | |
type | string | |
oldSize | int | |
newSize | int | |
리턴 | void |
public AmqpInsecureTransport ( object source, object transport, bool isSecure, bool isAuthenticated ) : void | ||
source | object | |
transport | object | |
isSecure | bool | |
isAuthenticated | bool | |
리턴 | void |
public AmqpIoEvent ( object source, int ioEvent, long queueSize ) : void | ||
source | object | |
ioEvent | int | |
queueSize | long | |
리턴 | void |
public AmqpLinkDetach ( object source, string name, uint handle, string action, string error ) : void | ||
source | object | |
name | string | |
handle | uint | |
action | string | |
error | string | |
리턴 | void |
public AmqpListenSocketAcceptError ( object source, bool willRetry, string error ) : void | ||
source | object | |
willRetry | bool | |
error | string | |
리턴 | void |
public AmqpLogError ( object source, string operation, string message ) : void | ||
source | object | |
operation | string | |
message | string | |
리턴 | void |
public AmqpLogOperationInformational ( object source, TraceOperation operation, object detail ) : void | ||
source | object | |
operation | TraceOperation | |
detail | object | |
리턴 | void |
public AmqpLogOperationVerbose ( object source, TraceOperation operation, object detail ) : void | ||
source | object | |
operation | TraceOperation | |
detail | object | |
리턴 | void |
public AmqpManageLink ( string action, object link, string info ) : void | ||
action | string | |
link | object | |
info | string | |
리턴 | void |
public AmqpMissingHandle ( object source, string type, uint handle ) : void | ||
source | object | |
type | string | |
handle | uint | |
리턴 | void |
public AmqpOpenConnection ( object source, object connection ) : void | ||
source | object | |
connection | object | |
리턴 | void |
public AmqpOpenEntityFailed ( object source, object obj, string name, string entityName, string error ) : void | ||
source | object | |
obj | object | |
name | string | |
entityName | string | |
error | string | |
리턴 | void |
public AmqpOpenEntitySucceeded ( object source, object obj, string name, string entityName ) : void | ||
source | object | |
obj | object | |
name | string | |
entityName | string | |
리턴 | void |
public AmqpReceiveMessage ( object source, uint deliveryId, int transferCount ) : void | ||
source | object | |
deliveryId | uint | |
transferCount | int | |
리턴 | void |
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 |
public AmqpRemoveSession ( object source, object session, ushort localChannel, ushort remoteChannel ) : void | ||
source | object | |
session | object | |
localChannel | ushort | |
remoteChannel | ushort | |
리턴 | void |
public AmqpSessionWindowClosed ( object source, int nextId ) : void | ||
source | object | |
nextId | int | |
리턴 | void |
public AmqpSettle ( object source, int settleCount, uint lwm, uint next ) : void | ||
source | object | |
settleCount | int | |
lwm | uint | |
next | uint | |
리턴 | void |
public AmqpStateTransition ( object source, string operation, object fromState, object toState ) : void | ||
source | object | |
operation | string | |
fromState | object | |
toState | object | |
리턴 | void |
public AmqpThrowingExceptionError ( string exception ) : void | ||
exception | string | |
리턴 | void |
public AmqpThrowingExceptionWarning ( string exception ) : void | ||
exception | string | |
리턴 | void |
public AmqpUpgradeTransport ( object source, object from, object to ) : void | ||
source | object | |
from | object | |
to | object | |
리턴 | void |