Mono Class Library: Overview

System.Threading.SynchronizationContext: Members

The members of System.Threading.SynchronizationContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
CurrentSynchronizationContext. Documentation for this section has not yet been entered.

Public Methods

CreateCopy() : SynchronizationContext
Documentation for this section has not yet been entered.
IsWaitNotificationRequired() : bool
Documentation for this section has not yet been entered.
OperationCompleted()
Documentation for this section has not yet been entered.
OperationStarted()
Documentation for this section has not yet been entered.
Post(SendOrPostCallback, object)
Documentation for this section has not yet been entered.
Send(SendOrPostCallback, object)
Documentation for this section has not yet been entered.
static
SetSynchronizationContext(SynchronizationContext)
Documentation for this section has not yet been entered.
Wait(IntPtr[], bool, int) : int
Documentation for this section has not yet been entered.

Protected Methods

SetWaitNotificationRequired()
Documentation for this section has not yet been entered.
static
WaitHelper(IntPtr[], bool, int) : int
Documentation for this section has not yet been entered.