Struct DispatcherProcessingDisabled
A structure that allows for dispatcher processing to be enabled after a call to Dispatcher.DisableProcessing.
public struct DispatcherProcessingDisabled : IDisposable
- Implements
Methods
- Dispose()
Reenable processing in the dispatcher.
- Equals(object)
Checks whether this object is equal to another DispatcherProcessingDisabled object.
- GetHashCode()
Compute hash code for this object.
Operators
- operator ==(DispatcherProcessingDisabled, DispatcherProcessingDisabled)
Compare two DispatcherProcessingDisabled instances for equality.
- operator !=(DispatcherProcessingDisabled, DispatcherProcessingDisabled)
Compare two DispatcherProcessingDisabled instances for inequality.