ServiceProxy is used to establish a connection to the service. The ServiceProxy ensures that the necessary service is started (Start). The service to be used is part of the LogiKal installation. After the start of the service the login takes place (Login). If a scope is completed, the service must be terminate with the method Stop. The ServiceProxy must be held during the lifetime of the scope.
More...
|
|
| ServiceProxy (string installationPath, string arguments="") |
| |
| virtual void | Start () |
| | Starts the service. This method must be called first to get the LoginScope (Login). More...
|
| |
| virtual void | Stop () |
| | Stops the service. This method must be called before destroying the ServiceProxyBase. This method is also called in the destructor. More...
|
| |
| IDialogResult< TCoreObject > | Login (string programMode, IntPtr uiHandle, TimeSpan synchronizeInterval=default(TimeSpan)) |
| | Login to the API to get access to projects, elvations etc. . Without login no access to the API is available. Attention: Before a login is possible, the service must be started (Start). More...
|
| |
|
|
override LoginScopeUi | GetLoginScope (IApiService apiService, Guid coreObjectId, TimeSpan synchronizeInterval) |
| |
|
override string | GetServicePath () |
| |
|
| ServiceProxyBase (string installationPath, string arguments="") |
| |
|
string | GetRuntimePath () |
| |
|
abstract TCoreObject | GetLoginScope (TService service, Guid coreObjectId, TimeSpan synchronizeInterval) |
| |
|
override void | Dispose (bool disposing) |
| |
|
|
string | RuntimePath [get, set] |
| |
| TimeSpan | StartTimeout [get, set] |
| | Defines the timeout for the start operation as TimeSpan. More...
|
| |
| TimeSpan | WorkingTimeout [get, set] |
| | Defines the timeout for working operation as TimeSpan. More...
|
| |
ServiceProxy is used to establish a connection to the service. The ServiceProxy ensures that the necessary service is started (Start). The service to be used is part of the LogiKal installation. After the start of the service the login takes place (Login). If a scope is completed, the service must be terminate with the method Stop. The ServiceProxy must be held during the lifetime of the scope.
The documentation for this class was generated from the following file: