GetAwaiter
method in Coherence.Cloud
Methods
public TaskAwaiter<StorageOperation<TResult>> GetAwaiter()
Gets an object that can be used to await for this operation to complete.
- Check if HasFailed is true and then examine the Error property for more details about what went wrong.
- Use the OnFail(Action<TError>) method to specify an action to perform if the operation fails.
Returns
Type | Description |
---|---|
TaskAwaiter<StorageOperation<TResult>> | A new task awaiter instance. |