.NET Framework Class Library for Silverlight
DispatcherSynchronizationContext..::.Post Method
Invokes the callback in the synchronization context asynchronously.
Namespace:
System.Windows.Threading
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Overrides Sub Post ( _
d As SendOrPostCallback, _
state As Object _
)
Dim instance As DispatcherSynchronizationContext
Dim d As SendOrPostCallback
Dim state As Object
instance.Post(d, state)
public override void Post(
SendOrPostCallback d,
Object state
)
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference