SynchronizationContext.Post Method
.NET Framework 3.0
When overridden in a derived class, dispatches an asynchronous message to a synchronization context.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
public void Post ( SendOrPostCallback d, Object state )
public function Post ( d : SendOrPostCallback, state : Object )
Not applicable.
Parameters
- d
The SendOrPostCallback delegate to call.
- state
The object passed to the delegate.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.