Click or drag to resize

IServiceBusServiceGetClients Method

Gets a list of all clients connected to the ServiceBusService.

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

Return Value

ICollectionClientInfo
An ICollectionT of ClientInfo objects.
See Also