SynchronizationContext Methods

 

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCreateCopy()

When overridden in a derived class, creates a copy of the synchronization context.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsWaitNotificationRequired()

Determines if wait notification is required.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodOperationCompleted()

When overridden in a derived class, responds to the notification that an operation has completed.

System_CAPS_pubmethodOperationStarted()

When overridden in a derived class, responds to the notification that an operation has started.

System_CAPS_pubmethodPost(SendOrPostCallback^, Object^)

When overridden in a derived class, dispatches an asynchronous message to a synchronization context.

System_CAPS_pubmethodSend(SendOrPostCallback^, Object^)

When overridden in a derived class, dispatches a synchronous message to a synchronization context.

System_CAPS_pubmethodSystem_CAPS_staticSetSynchronizationContext(SynchronizationContext^)

Sets the current synchronization context.

System_CAPS_protmethodSetWaitNotificationRequired()

Sets notification that wait notification is required and prepares the callback method so it can be called more reliably when a wait occurs.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWait(array<IntPtr>^, Boolean, Int32)

Waits for any or all the elements in the specified array to receive a signal.

System_CAPS_protmethodSystem_CAPS_staticWaitHelper(array<IntPtr>^, Boolean, Int32)

Helper function that waits for any or all the elements in the specified array to receive a signal.

Return to top
Show: