DispatcherSynchronizationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a synchronization context for Windows Presentation Foundation (WPF).
public ref class DispatcherSynchronizationContext sealed : System::Threading::SynchronizationContext
public sealed class DispatcherSynchronizationContext : System.Threading.SynchronizationContext
type DispatcherSynchronizationContext = class
inherit SynchronizationContext
Public NotInheritable Class DispatcherSynchronizationContext
Inherits SynchronizationContext
- Inheritance
Remarks
If a Dispatcher is not specified at the creation of the DispatcherSynchronizationContext instance, the current Dispatcher is associated with the DispatcherSynchronizationContext.
Constructors
DispatcherSynchronizationContext() |
Initializes a new instance of the DispatcherSynchronizationContext class by using the current Dispatcher. |
DispatcherSynchronizationContext(Dispatcher, DispatcherPriority) |
Initializes a new instance of the DispatcherSynchronizationContext class by using the specified Dispatcher. |
DispatcherSynchronizationContext(Dispatcher) |
Initializes a new instance of the DispatcherSynchronizationContext class by using the specified Dispatcher. |
Methods
CreateCopy() |
Creates a copy of this DispatcherSynchronizationContext. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IsWaitNotificationRequired() |
Determines if wait notification is required. (Inherited from SynchronizationContext) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OperationCompleted() |
When overridden in a derived class, responds to the notification that an operation has completed. (Inherited from SynchronizationContext) |
OperationStarted() |
When overridden in a derived class, responds to the notification that an operation has started. (Inherited from SynchronizationContext) |
Post(SendOrPostCallback, Object) |
Invokes the callback in the synchronization context asynchronously. |
Send(SendOrPostCallback, Object) |
Invokes the callback in the synchronization context synchronously. |
SetWaitNotificationRequired() |
Sets notification that wait notification is required and prepares the callback method so it can be called more reliably when a wait occurs. (Inherited from SynchronizationContext) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Wait(IntPtr[], Boolean, Int32) |
Waits for any or all the elements in the specified array to receive a signal. |