C# 클래스 ServiceBusMQ.Adapter.NServiceBus4.Azure.SB22.ErrorManager

파일 보기 프로젝트 열기: danielHalan/ServiceBusMQManager

보호된 프로퍼티들

프로퍼티 타입 설명
_log System.Logger

공개 메소드들

메소드 설명
ErrorManager ( string connectionString ) : System
GetInputQueue ( string queueName ) : QueueClient
GetInputQueue ( string queueName, ReceiveMode mode ) : QueueClient
ReturnAll ( string fromQueueName, uint queueCount ) : void
ReturnMessageToSourceQueue ( QueueClient queue, ServiceBusMQ itm ) : void

May throw a timeout exception if a message with the given id cannot be found.

ReturnMessageToSourceQueue ( string fromQueueName, ServiceBusMQ itm ) : void

비공개 메소드들

메소드 설명
FindMessage ( QueueClient client, ServiceBusMQ.Model.QueueItem msg ) : BrokeredMessage
GetOriginQueue ( BrokeredMessage msg ) : string
GetOriginQueue ( ServiceBusMQ msg ) : string
ReturnMessageToSourceQueue ( ServiceBusMQ.Model.QueueItem itm ) : void
TryFindMessage ( ServiceBusMQ itm ) : void

메소드 상세

ErrorManager() 공개 메소드

public ErrorManager ( string connectionString ) : System
connectionString string
리턴 System

GetInputQueue() 공개 메소드

public GetInputQueue ( string queueName ) : QueueClient
queueName string
리턴 QueueClient

GetInputQueue() 공개 메소드

public GetInputQueue ( string queueName, ReceiveMode mode ) : QueueClient
queueName string
mode ReceiveMode
리턴 QueueClient

ReturnAll() 공개 메소드

public ReturnAll ( string fromQueueName, uint queueCount ) : void
fromQueueName string
queueCount uint
리턴 void

ReturnMessageToSourceQueue() 공개 메소드

May throw a timeout exception if a message with the given id cannot be found.
public ReturnMessageToSourceQueue ( QueueClient queue, ServiceBusMQ itm ) : void
queue QueueClient
itm ServiceBusMQ
리턴 void

ReturnMessageToSourceQueue() 공개 메소드

public ReturnMessageToSourceQueue ( string fromQueueName, ServiceBusMQ itm ) : void
fromQueueName string
itm ServiceBusMQ
리턴 void

프로퍼티 상세

_log 보호되어 있는 프로퍼티

protected Logger,System _log
리턴 System.Logger