Table of Contents

OnFail

Methods
public StorageOperation 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