Click or drag to resize
IRemoteConnectionClone Method
Gets a new connection logged in with the same credentials

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IPromise<IRemoteConnection> Clone(
	bool async
)

Parameters

async
Type: SystemBoolean
Whether to perform this action asynchronously

Return Value

Type: IPromiseIRemoteConnection
A promise to return a new connection
See Also