Click or drag to resize

IQueueManagerService Interface

Represents a queue manager service

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IQueueManagerService : IServiceImplementation

The IQueueManagerService type exposes the following members.

Properties
  NameDescription
Public propertyAdmin
Represents the admin queue
Public propertyDeadLetter
Represents the inbound queue
Public propertyInbound
Represents the inbound queue
Public propertyIsBusy
Gets whether the service is busy
Public propertyOutbound
Represents the outbound queue
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodExhaustOutboundQueues
Exhausts the starts the exhaustion of the queue
Top
Events
  NameDescription
Public eventQueueExhausted
Queue has been exhuasted
Top
See Also