System.Threading.SynchronizationContext.Post Method

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

Syntax

public virtual void Post (SendOrPostCallback d, object state)

Parameters

d
The System.Threading.SendOrPostCallback delegate to call.
state
The object passed to the delegate.

Remarks

The SynchronizationContext.Post(SendOrPostCallback, object) method starts an asynchronous request to post a message.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0