Intersoft ClientUI Documentation
BeginInvoke Method (DependencyObjectExtensions)



Invokes a callback action that will be dispatched in the next thread of the Silverlight subsystem.
Syntax
<ExtensionAttribute()>
Public Shared Sub BeginInvoke( _
   ByVal element As DependencyObject, _
   ByVal callback As Action _
) 
Dim element As DependencyObject
Dim callback As Action
 
DependencyObjectExtensions.BeginInvoke(element, callback)
[ExtensionAttribute()]
public static void BeginInvoke( 
   DependencyObject element,
   Action callback
)
[ExtensionAttribute()]
public:
static void BeginInvoke( 
   DependencyObject^ element,
   Action^ callback
) 

Parameters

element
callback
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DependencyObjectExtensions Class
DependencyObjectExtensions Members

Send Feedback