Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.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 _
)
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.

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker