OnFail
method in Coherence.Cloud
Methods
public CloudOperation<TResult, TError> OnFail(Action<TError> action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<TError> | action | Reference to a function to execute if and when the operation has failed. |
Returns
| Type | Description |
|---|---|
| CloudOperation<TResult, TError> |