IMessage | |
public interface IMessageQueueEntityService : IMessageQueueQueryService, IBusinessService
The IMessageQueueEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new MessageQueue | |
| Delete | Deletes the specified MessageQueue. | |
| Get |
Gets a list of MessageQueues matching the specified filter.
(Inherited from IMessageQueueQueryService) | |
| GetAll |
Gets all MessageQueues
(Inherited from IMessageQueueQueryService) | |
| GetSingle |
Gets a single MessageQueue matching the provided filter.
(Inherited from IMessageQueueQueryService) | |
| Update | Updates the specified MessageQueue |