Click or drag to resize

WebServiceBaseCreateApplication Method (String, String, String, String, String)

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

Namespace:  NetQuarry.Web.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected IAppContext CreateApplication(
	string appKey,
	string userID,
	string password,
	string tenantID,
	string authToken
)

Parameters

appKey
Type: SystemString
The application key
userID
Type: SystemString
The User ID
password
Type: SystemString
The password
tenantID
Type: SystemString
The TenantID.
authToken
Type: SystemString
The authorization token (from xot_service_tokens)

Return Value

Type: IAppContext
The created Application Context object
See Also