Table of Contents

Method OnBoth

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

OnBoth(Action<Result>)

Executes specified function to update result of the executed action.

public Result OnBoth(Action<Result> action)

Parameters

action Action<Result>

Function to execute.

Returns

Result

Updated result.