WaitForCloudServiceLoginAsync
method in Coherence.Cloud.CloudService
Methods
public Task<bool> WaitForCloudServiceLoginAsync(int millisecondsPollDelay)
Async method you can use to wait for the CloudService to be ready.
Parameters
Type | Name | Description |
---|---|---|
int | millisecondsPollDelay |
Returns
Type | Description |
---|---|
Task<bool> | Returns true when the CloudService is ready. |