TryGetClient
method in Coherence.Toolkit
Methods
protected bool TryGetClient(ClientID clientId, out CoherenceClientConnection client)
Returns a CoherenceClientConnection by its ClientId.
Parameters
Type | Name | Description |
---|---|---|
ClientID | clientId | The ClientId. |
CoherenceClientConnection | client | A client for given ID or null if none was found. |
Returns
Type | Description |
---|---|
bool | True if the client with a given ID was found. |