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