IRemoteConnectionClone Method |
Gets a new connection logged in with the same credentials
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IPromise<IRemoteConnection> Clone(
bool async
)
Function Clone (
async As Boolean
) As IPromise(Of IRemoteConnection)
Parameters
- async
- Type: SystemBoolean
Whether to perform this action asynchronously
Return Value
Type:
IPromiseIRemoteConnectionA promise to return a new connection
See Also