Table of Contents

OnFail

method in Coherence.Cloud
Methods
public StorageOperation<TResult> OnFail(Action<StorageError> action)

Specify an action to perform if the operation fails (HasFailed becomes true.

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>