OnCompleted

OnCompleted(Action)

public void OnCompleted(Action continuation) ;

Description

Set the action to be taken when you stop waiting for the asynchronous task to complete.

Parameters

Parameter Name Description
continuation The action to take when the wait operation completes.