GetAwaiter
method in Coherence.Cloud.StorageOperation
Methods
public TaskAwaiter<StorageOperation> 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> | A new task awaiter instance. |