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
)
Function Clone (
userID As String,
password As String
) As IAppContext
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:
IAppContextA new app context object
See Also