Click or drag to resize

IServiceBusService Methods

The IServiceBusService type exposes the following members.

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