WindowsFormsSynchronizationContext::Post Method (SendOrPostCallback^, Object^)
.NET Framework (current version)
Dispatches an asynchronous 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.
The Post method starts an asynchronous request to post a message.
.NET Framework
Available since 2.0
Available since 2.0
Show: