Click or drag to resize

IAppContextClone Method (String, String)

Clones this object and returns a new AppContext object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IAppContext Clone(
	string userID,
	string password
)

Parameters

userID
Type: SystemString
The user id to use when creating the user context object
password
Type: SystemString
The password to use when creating the user context object

Return Value

Type: IAppContext
A new app context object
See Also