Intersoft ClientUI Documentation
BeginInvoke Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DependencyObjectExtensions Class : BeginInvoke Method






element
callback
Invokes a callback action that will be dispatched in the next thread of the Silverlight subsystem.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Sub BeginInvoke( _
   ByVal element As DependencyObject, _
   ByVal callback As Action _
) 
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim callback As Action
 
DependencyObjectExtensions.BeginInvoke(element, callback)
C# 
[ExtensionAttribute()]
public static void BeginInvoke( 
   DependencyObject element,
   Action callback
)
Delphi 
public procedure BeginInvoke( 
    element: DependencyObject;
    callback: Action
); static; 
JScript 
ExtensionAttribute()
public static function BeginInvoke( 
   element : DependencyObject,
   callback : Action
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void BeginInvoke( 
   DependencyObject* element,
   Action* callback
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void BeginInvoke( 
   DependencyObject^ element,
   Action^ callback
) 

Parameters

element
callback

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.