Show / Hide Table of Contents

Class DispatcherSynchronizationContext

Inheritance
System.Object
System.Threading.SynchronizationContext
DispatcherSynchronizationContext
Inherited Members
System.Threading.SynchronizationContext.CreateCopy()
System.Threading.SynchronizationContext.IsWaitNotificationRequired()
System.Threading.SynchronizationContext.OperationCompleted()
System.Threading.SynchronizationContext.OperationStarted()
System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback, System.Object)
System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback, System.Object)
System.Threading.SynchronizationContext.SetSynchronizationContext(System.Threading.SynchronizationContext)
System.Threading.SynchronizationContext.SetWaitNotificationRequired()
System.Threading.SynchronizationContext.Wait(System.IntPtr[], System.Boolean, System.Int32)
System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[], System.Boolean, System.Int32)
System.Threading.SynchronizationContext.Current
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Threading
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class DispatcherSynchronizationContext : SynchronizationContext

Constructors

| Improve this Doc View Source

DispatcherSynchronizationContext()

Declaration
[NotImplemented]
public DispatcherSynchronizationContext()
| Improve this Doc View Source

DispatcherSynchronizationContext(Dispatcher)

Declaration
[NotImplemented]
public DispatcherSynchronizationContext(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher
  • Improve this Doc
  • View Source