Click or drag to resize

AppContext.CreateInstance Method

Creates a new instance of the object and initializes the application.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IAppContext CreateInstance(
	string appKey,
	string userID,
	string password,
	Properties configProps
)

Parameters

appKey
Type: System.String
The application key.
userID
Type: System.String
The User ID.
password
Type: System.String
The password.
configProps
Type: NetQuarry.Properties
Configuration properties.

Return Value

Type: IAppContext
The created Application Context object.
See Also