Method SecurelyConnectToRunningApplicationAsync

SecurelyConnectToRunningApplicationAsync(IConnectionInfo?, CancellationToken)

Establishes secure connection to Tekla Structural Designer application specified by the given connection info

Declaration
public static Task<IApplication?> SecurelyConnectToRunningApplicationAsync(IConnectionInfo? connectionInfo, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IConnectionInfo connectionInfo

The information about the connection

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IApplication>

The IApplication or null if application cannot be connected

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next