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






method

Syntax

Visual Basic (Declaration) 
Public Shared Sub BeginInvoke( _
   ByVal method As Delegate _
) 
Visual Basic (Usage)Copy Code
Dim method As Delegate
 
CrossPlatform.BeginInvoke(method)
C# 
public static void BeginInvoke( 
   Delegate method
)
Delphi 
public procedure BeginInvoke( 
    method: Delegate
); static; 
JScript 
public static function BeginInvoke( 
   method : Delegate
);
Managed Extensions for C++ 
public: static void BeginInvoke( 
   Delegate* method
) 
C++/CLI 
public:
static void BeginInvoke( 
   Delegate^ method
) 

Parameters

method

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.