Click or drag to resize

IServiceBusServiceGetTopics Method

Gets a list of all Topics registered on the ServiceBusService.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.248-beta
Syntax
[OperationContractAttribute]
ICollection<RegistrationInfo> GetTopics()
View Source

Return Value

ICollectionRegistrationInfo
An ICollectionT of RegistrationInfo objects.
See Also