ContextFactoryCreateApplication Method (String, String, String, String) |
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 IAppContext CreateApplication(
string appKey,
string userID,
string password,
string tenantID
)
Public Function CreateApplication (
appKey As String,
userID As String,
password As String,
tenantID As String
) As IAppContext
Parameters
- appKey
- Type: SystemString
The application key - userID
- Type: SystemString
The User ID - password
- Type: SystemString
The password - tenantID
- Type: SystemString
The TenantID.
Return Value
Type:
IAppContextThe created Application Context object
See Also