Click or drag to resize
AsyncHelpersExclusiveSynchronizationContext Class
Inheritance Hierarchy
SystemObject
  System.ThreadingSynchronizationContext
    ANDREICSLIB.HelpersAsyncHelpersExclusiveSynchronizationContext

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private class ExclusiveSynchronizationContext : SynchronizationContext

The AsyncHelpersExclusiveSynchronizationContext type exposes the following members.

Constructors
  NameDescription
Public methodAsyncHelpersExclusiveSynchronizationContext
Initializes a new instance of the AsyncHelpersExclusiveSynchronizationContext class
Top
Properties
  NameDescription
Public propertyInnerException
Top
Methods
  NameDescription
Public methodBeginMessageLoop
Public methodCreateCopy (Overrides SynchronizationContextCreateCopy.)
Public methodEndMessageLoop
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWaitNotificationRequired
Determines if wait notification is required.
(Inherited from SynchronizationContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOperationCompleted
When overridden in a derived class, responds to the notification that an operation has completed.
(Inherited from SynchronizationContext.)
Public methodOperationStarted
When overridden in a derived class, responds to the notification that an operation has started.
(Inherited from SynchronizationContext.)
Public methodPost (Overrides SynchronizationContextPost(SendOrPostCallback, Object).)
Public methodSend (Overrides SynchronizationContextSend(SendOrPostCallback, Object).)
Protected methodSetWaitNotificationRequired
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWait
Waits for any or all the elements in the specified array to receive a signal.
(Inherited from SynchronizationContext.)
Top
Fields
  NameDescription
Private fielddone
Private fielditems
Private fieldworkItemsWaiting
Top
See Also