Click or drag to resize

ServiceBusServiceGetClients Method

Gets a list of all clients connected to the ServiceBusService.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public virtual ICollection<ClientInfo> GetClients()
View Source

Return Value

ICollectionClientInfo
An ICollectionT of ClientInfo objects.

Implements

IServiceBusServiceGetClients
See Also