DelegatingJoinableTaskFactory::PostToUnderlyingSynchronizationContext Method (SendOrPostCallback^, Object^)
Visual Studio 2015
Posts a message to the specified underlying SynchronizationContext for processing when the main thread is freely available.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
public protected: virtual void PostToUnderlyingSynchronizationContext( SendOrPostCallback^ callback, Object^ state ) override
Parameters
- callback
-
Type:
System.Threading::SendOrPostCallback^
The callback to invoke.
- state
-
Type:
System::Object^
The state to pass to the callback.
Show: