| IRemoteConnectionLogin Method (ICredentials, Boolean) |
Log in to the database asynchronosuly
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
SyntaxIPromise<string> Login(
ICredentials credentials,
bool async
)
Function Login (
credentials As ICredentials,
async As Boolean
) As IPromise(Of String)
Parameters
- credentials
- Type: Innovator.ClientICredentials
Credentials used for authenticating to the instance - async
- Type: SystemBoolean
Whether to perform this action asynchronously
Return Value
Type:
IPromiseStringA promise to return the user ID as a string
See Also