Intersoft ClientUI Documentation
CreateInstanceAsync(AsyncCallback,String,Object) Method



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

Parameters

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