WindowsFormsSynchronizationContext::Send Method (SendOrPostCallback^, Object^)
.NET Framework (current version)
Dispatches a synchronous message to a synchronization context
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- d
-
Type:
System.Threading::SendOrPostCallback^
The SendOrPostCallback delegate to call.
- state
-
Type:
System::Object^
The object passed to the delegate.
| Exception | Condition |
|---|---|
| InvalidAsynchronousStateException | The destination thread no longer exists. |
If the destination thread no longer exists or the value of its Thread::IsAlive property is false, the Send method raises an InvalidAsynchronousStateException. It is up to the caller to determine what further action to take.
.NET Framework
Available since 2.0
Available since 2.0
Show: