System.Threading.SendOrPostCallback Delegate

Represents a method to be called when a message is to be dispatched to a synchronization context.

Syntax

public delegate void SendOrPostCallback (object state)

Parameters

state
Documentation for this section has not yet been entered.

Remarks

System.Threading.SendOrPostCallback represents a callback method that you want to execute when a message is to be dispatched to a synchronization context. Create the delegate by passing your callback method to the System.Threading.SendOrPostCallback constructor. Your method must have the signature shown here.

Requirements

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