Table of Contents

Method OnCompleted

Namespace
Alternet.UI.Threading
Assembly
Alternet.UI.dll

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