ForClient
method in Coherence.Cloud.CloudService
Methods
public static CloudService ForClient(IRuntimeSettings runtimeSettings = null)
Creates a standalone CloudService for a client.
Parameters
| Type | Name | Description |
|---|---|---|
| IRuntimeSettings | runtimeSettings | Settings to use. If null, Coherence.RuntimeSettings.Instance is used. |
Returns
| Type | Description |
|---|---|
| CloudService | A new CloudService owned by the caller. |