System.Threading.SynchronizationContext.Send Method

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

Syntax

public virtual void Send (SendOrPostCallback d, object state)

Parameters

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

Remarks

The SynchronizationContext.Send(SendOrPostCallback, object) method starts a synchronous request to send 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