OnSuccess
method in Coherence.Cloud.CoherenceTask
Methods
public CoherenceTask OnSuccess(Action action)
Specify an action to perform if the operation completes successfully (IsCompletedSuccessfully is true.
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | Reference to a function to execute if and when the operation has completed successfully. |
Returns
| Type | Description |
|---|---|
| CoherenceTask |