Get
Methods
public CoherenceClientConnection Get(ClientID clientId)
Client connection associated with a given clientId
Parameters
Type | Name | Description |
---|---|---|
ClientID | clientId |
Returns
Type | Description |
---|---|
CoherenceClientConnection | Client connection, or null if the entity isn't found. |
public CoherenceClientConnection Get(Entity entityId)
Client connection associated with a given entityId
Parameters
Type | Name | Description |
---|---|---|
Entity | entityId |
Returns
Type | Description |
---|---|
CoherenceClientConnection | Client connection, or null if the entity isn't found. |