Property ConnectedClientList
ConnectedClientList
Gets the information of all connected clients to the cache.
Declaration
IList<ClientInfo> ConnectedClientList { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<ClientInfo> | Provides the information of all connected clients to the cache. |