.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)
Syntax

Visual Basic (Declaration)
Public Overrides Sub Post ( _
    d As SendOrPostCallback, _
    state As Object _
)
Visual Basic (Usage)
Dim instance As DispatcherSynchronizationContext
Dim d As SendOrPostCallback
Dim state As Object

instance.Post(d, state)
C#
public override void Post(
    SendOrPostCallback d,
    Object state
)

Parameters

d
Type: System.Threading..::.SendOrPostCallback
The delegate to call.
state
Type: System..::.Object
The object passed to the delegate.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker