IMessage | |
public interface IMessageQueueService : IMessageQueueQueryService, IBusinessService
The IMessageQueueService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get | 
            Gets a list of MessageQueues matching the specified filter.
             (Inherited from IMessageQueueQueryService)  | |
| GetAll | 
            Gets all MessageQueues
             (Inherited from IMessageQueueQueryService)  | |
| GetMessages | Get messages | |
| GetSingle | 
            Gets a single MessageQueue matching the provided filter.
             (Inherited from IMessageQueueQueryService)  | |
| ProcessMessages | Processes the messages. |