DispatcherSynchronizationContext Class
.NET Framework 3.0
Provides a synchronization context for Windows Presentation Foundation (WPF). This class cannot be inherited.
Namespace: System.Windows.Threading
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
'Declaration Public NotInheritable Class DispatcherSynchronizationContext Inherits SynchronizationContext 'Usage Dim instance As DispatcherSynchronizationContext
public final class DispatcherSynchronizationContext extends SynchronizationContext
public final class DispatcherSynchronizationContext extends SynchronizationContext
This managed class is not typically used in XAML.
If a Dispatcher is not specified at the creation of the DispatcherSynchronizationContext instance, the current Dispatcher is associated with the DispatcherSynchronizationContext.
System.Object
System.Threading.SynchronizationContext
System.Windows.Threading.DispatcherSynchronizationContext
System.Threading.SynchronizationContext
System.Windows.Threading.DispatcherSynchronizationContext
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: