| ExclusiveSynchronizationContext Methods |
The AsyncHelpersExclusiveSynchronizationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginMessageLoop | ||
| CreateCopy | (Overrides SynchronizationContextCreateCopy.) | |
| EndMessageLoop | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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 | (Overrides SynchronizationContextPost(SendOrPostCallback, Object).) | |
| Send | (Overrides SynchronizationContextSend(SendOrPostCallback, Object).) | |
| 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 | Waits for any or all the elements in the specified array to receive a signal. (Inherited from SynchronizationContext.) |