Table of Contents

OnFail

method in Coherence.Cloud
Methods
public CloudOperation<TError> OnFail(Action<TError> action)

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

Parameters
Type Name Description
Action<TError> action

Reference to a function to execute if and when the operation has failed.

Returns
Type Description
CloudOperation<TError>