Application |
Factory class for creation of IApplication instance(s)
Inheritance Hierarchy
Namespace: TSD.API.Remoting
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The ApplicationFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectToRunningApplicationAsync(IApplicationInfo, CancellationToken) | Connects to Tekla Structural Designer application specified by given descriptor | |
ConnectToRunningApplicationAsync(Int32, CancellationToken) | Connects to Tekla Structural Designer application running on local machine on given port | |
ConnectToRunningApplicationAsync(String, Int32, CancellationToken) | Connects to Tekla Structural Designer application running on given address and port | |
GetFirstRunningApplicationAsync | Returns first applications that is compatible with current API version | |
GetInstalledApplicationVersions | Returns versions of installed Tekla Structural Designer application | |
GetRunningApplicationInfosAsync | Returns descriptors of all applications that are compatible with current API version running on a local machine | |
GetRunningApplicationsAsync | Returns all applications that are compatible with current API version | |
StartNewApplicationAsync | Starts new instance of Tekla Structural Designer application and connects to it |
See Also