Table of Contents

Method Uninstall

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Uninstall()

Uninstalls the currently installed SynchronizationContext and replaces it with the previously installed context.

public static void Uninstall()

Remarks

If the previously installed SynchronizationContext is null, the current context is set to null. If the currently installed synchronization context is not a SynchronizationContext, this method does nothing.