Method OnCompleted
OnCompleted(Action)
This is called with the continuation, which is simply queued to the Dispatcher at the priority specified to the constructor.
public void OnCompleted(Action continuation)
Parameters
continuation
Action
This is called with the continuation, which is simply queued to the Dispatcher at the priority specified to the constructor.
public void OnCompleted(Action continuation)
continuation
Action