Click or drag to resize
IRemoteConnectionLogin Method (ICredentials, Boolean)
Log in to the database asynchronosuly

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IPromise<string> Login(
	ICredentials credentials,
	bool async
)

Parameters

credentials
Type: Innovator.ClientICredentials
Credentials used for authenticating to the instance
async
Type: SystemBoolean
Whether to perform this action asynchronously

Return Value

Type: IPromiseString
A promise to return the user ID as a string
See Also