Click or drag to resize

ServiceBusService.GetClients Method

Gets a list of all clients connected to the ServiceBusService.

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

Return Value

ICollection<ClientInfo>
An ICollection<T> of ClientInfo objects.

Implements

IServiceBusService.GetClients()
See Also