Свойство | Тип | Описание | |
---|---|---|---|
MAX_ITEMS_PER_QUEUE | int |
Свойство | Тип | Описание | |
---|---|---|---|
_finishedLoadingQueues | EventHandler |
||
_itemsChanged | EventHandler |
||
_itemsLock | object | ||
_log | System.Logger | ||
_startedLoadingQueues | EventHandler |
Свойство | Тип | Описание | |
---|---|---|---|
CreateServiceBusManager | void | ||
Initialize | void | ||
InvokeWhileMonitoringPaused | void | ||
MonitorStateChanged | void | ||
SbmqSystem | System | ||
SbmqmDomain_AssemblyResolve | |||
System_ErrorOccured | void | ||
System_ItemsChanged | void | ||
System_WarningOccured | void |
Метод | Описание | |
---|---|---|
ClearFilter ( ) : void | ||
ClearProcessedItems ( ) : void | ||
Create ( ) : |
||
ExecMonitor ( object prm ) : void | ||
FilterItems ( string str ) : void | ||
GetAvailableCommands ( bool suppressErrors = false ) : System.Type[] | ||
GetAvailableCommands ( string _asmPath, ServiceBusMQ.CommandDefinition cmdDef, bool suppressErrors = false ) : System.Type[] | ||
GetAvailableCommands ( string messageBus, string version, string queueType, string asmPaths, ServiceBusMQ.CommandDefinition cmdDef, bool suppressErrors ) : System.Type[] | ||
GetDiscoveryService ( ) : IServiceBusDiscovery | ||
GetDiscoveryService ( string messageBus, string version, string queueType ) : IServiceBusDiscovery | ||
GetMessageSubscriptions ( object>.Dictionary |
||
GetMessageSubscriptions ( ServerConfig3 server ) : ServiceBusMQ.MessageSubscription[] | ||
GetUnprocessedItemsCount ( QueueType qt ) : uint | ||
MoveAllErrorMessagesToOriginQueue ( string errorQueue ) : Task | ||
MoveErrorMessageToOriginQueue ( QueueItem itm ) : Task | ||
PauseMonitoring ( ) : void | ||
PurgeAllMessages ( ) : Task | ||
PurgeErrorAllMessages ( ) : Task | ||
PurgeErrorMessages ( string queueName ) : Task | ||
PurgeMessage ( QueueItem itm ) : void | ||
PurgeMessages ( IEnumerable |
||
RefreshUnprocessedQueueItemList ( ) : bool | ||
ResumeMonitoring ( ) : void | ||
RetrieveProcessedQueueItems ( System.TimeSpan timeSpan ) : void | ||
SendCommand ( object>.Dictionary |
||
StartMonitoring ( ) : void | ||
StopMonitoring ( ) : void | ||
SwitchServiceBus ( string serviceBus, string version, string queueType ) : void |
Метод | Описание | |
---|---|---|
OnError ( ServiceBusMQ.Manager.ErrorArgs arg ) : void | ||
OnError ( string message, |
||
OnFinishedLoadingQueues ( ) : void | ||
OnItemsChanged ( ItemChangeOrigin origin ) : void | ||
OnStartedLoadingQueues ( ) : void | ||
OnWarning ( ServiceBusMQ.Manager.WarningArgs arg ) : void |
Метод | Описание | |
---|---|---|
CreateServiceBusManager ( string serviceBus, string version, string queueType ) : void | ||
Initialize ( ) : void | ||
InvokeWhileMonitoringPaused ( System.Action a ) : void | ||
MonitorStateChanged ( QueueType type, bool value ) : void | ||
SbmqSystem ( ) : System | ||
SbmqmDomain_AssemblyResolve ( object sender, |
||
System_ErrorOccured ( object sender, ServiceBusMQ.Manager.ErrorArgs e ) : void | ||
System_ItemsChanged ( object sender, |
||
System_WarningOccured ( object sender, ServiceBusMQ.Manager.WarningArgs e ) : void |
public GetAvailableCommands ( bool suppressErrors = false ) : System.Type[] | ||
suppressErrors | bool | |
Результат | System.Type[] |
public GetAvailableCommands ( string _asmPath, ServiceBusMQ.CommandDefinition cmdDef, bool suppressErrors = false ) : System.Type[] | ||
_asmPath | string | |
cmdDef | ServiceBusMQ.CommandDefinition | |
suppressErrors | bool | |
Результат | System.Type[] |
public GetAvailableCommands ( string messageBus, string version, string queueType, string asmPaths, ServiceBusMQ.CommandDefinition cmdDef, bool suppressErrors ) : System.Type[] | ||
messageBus | string | |
version | string | |
queueType | string | |
asmPaths | string | |
cmdDef | ServiceBusMQ.CommandDefinition | |
suppressErrors | bool | |
Результат | System.Type[] |
public GetDiscoveryService ( ) : IServiceBusDiscovery | ||
Результат | IServiceBusDiscovery |
public GetDiscoveryService ( string messageBus, string version, string queueType ) : IServiceBusDiscovery | ||
messageBus | string | |
version | string | |
queueType | string | |
Результат | IServiceBusDiscovery |
public GetMessageSubscriptions ( object>.Dictionary |
||
connectionSettings | object>.Dictionary | |
queues | IEnumerable |
|
Результат | ServiceBusMQ.MessageSubscription[] |
public GetMessageSubscriptions ( ServerConfig3 server ) : ServiceBusMQ.MessageSubscription[] | ||
server | ServerConfig3 | |
Результат | ServiceBusMQ.MessageSubscription[] |
public GetUnprocessedItemsCount ( QueueType qt ) : uint | ||
qt | QueueType | |
Результат | uint |
public MoveAllErrorMessagesToOriginQueue ( string errorQueue ) : Task | ||
errorQueue | string | |
Результат | Task |
public MoveErrorMessageToOriginQueue ( QueueItem itm ) : Task | ||
itm | QueueItem | |
Результат | Task |
protected OnError ( ServiceBusMQ.Manager.ErrorArgs arg ) : void | ||
arg | ServiceBusMQ.Manager.ErrorArgs | |
Результат | void |
protected OnError ( string message, |
||
message | string | |
exception | ||
fatal | bool | |
Результат | void |
protected OnFinishedLoadingQueues ( ) : void | ||
Результат | void |
protected OnItemsChanged ( ItemChangeOrigin origin ) : void | ||
origin | ItemChangeOrigin | |
Результат | void |
protected OnStartedLoadingQueues ( ) : void | ||
Результат | void |
protected OnWarning ( ServiceBusMQ.Manager.WarningArgs arg ) : void | ||
arg | ServiceBusMQ.Manager.WarningArgs | |
Результат | void |
public PurgeErrorMessages ( string queueName ) : Task | ||
queueName | string | |
Результат | Task |
public PurgeMessage ( QueueItem itm ) : void | ||
itm | QueueItem | |
Результат | void |
public PurgeMessages ( IEnumerable |
||
itms | IEnumerable |
|
Результат | Task |
public RefreshUnprocessedQueueItemList ( ) : bool | ||
Результат | bool |
public RetrieveProcessedQueueItems ( System.TimeSpan timeSpan ) : void | ||
timeSpan | System.TimeSpan | |
Результат | void |
public SendCommand ( object>.Dictionary |
||
connectionStrings | object>.Dictionary | |
destinationQueue | string | |
message | object | |
Результат | void |
public SwitchServiceBus ( string serviceBus, string version, string queueType ) : void | ||
serviceBus | string | |
version | string | |
queueType | string | |
Результат | void |
public static int MAX_ITEMS_PER_QUEUE | ||
Результат | int |
protected EventHandler |
||
Результат | EventHandler |