The Dispatcher used to run code on the UI thread

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public SynchronizationContext Context { get; set; }
Visual Basic
Public Property Context As SynchronizationContext
	Get
	Set
JScript
function get Context () : SynchronizationContext
function set Context (value : SynchronizationContext)

See Also