SynchronizationContext.Send Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, dispatches a synchronous message to a synchronization context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- d
- Type: System.Threading.SendOrPostCallback
The SendOrPostCallback delegate to call.
- state
- Type: System.Object
The object passed to the delegate.
Show: