IService
|
The IServiceBusService type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
|
GetClients | Gets a list of all clients connected to the ServiceBusService. | |
GetLatestMessage | Gets the latest Message distributed to the subscribers of the specified topic. | |
GetQueues | Gets a list of all Queues registered on the ServiceBusService. | |
GetTopics | Gets a list of all Topics registered on the ServiceBusService. | |
Initialize |
Initializes the state of the object.
(Inherited from ISupportLifecycle) |
|
LoadSettings |
Loads saved settings from the config file.
(Inherited from IPersistSettings) |
|
Publish | Sends the message to the ServiceBusService for distribution amongst its registered consumers. | |
Register | Registers with the ServiceBusService to produce or consume Messages. | |
SaveSettings |
Saves settings to the config file.
(Inherited from IPersistSettings) |
|
Unregister | Unregisters a previous registration with the ServiceBusService to produce or consume Messages |