Intersoft ClientUI Documentation
CreateInstanceAsync(AsyncCallback,Object) Method



Asynchronously create an instance of the main type specified in the application package.
Syntax
Public Overloads Sub CreateInstanceAsync( _
   ByVal resultCallback As AsyncCallback, _
   ByVal userState As Object _
) 
Dim instance As ApplicationPackage
Dim resultCallback As AsyncCallback
Dim userState As Object
 
instance.CreateInstanceAsync(resultCallback, userState)
public void CreateInstanceAsync( 
   AsyncCallback resultCallback,
   object userState
)
public:
void CreateInstanceAsync( 
   AsyncCallback^ resultCallback,
   Object^ userState
) 

Parameters

resultCallback
userState
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

ApplicationPackage Class
ApplicationPackage Members
Overload List

Send Feedback