- state
- Documentation for this section has not yet been entered.
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.