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 args="") |
| |
| void | Start () |
| | Starts the service. This method must be called first to get the LoginScope (Login). More...
|
| |
| void | Stop () |
| | Stops the service. This method must be called before destroying the ServiceProxyBase. This method is also called in the destructor. More...
|
| |
| TCoreObject | Login (string programMode, long 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 service, Guid coreObjectId, TimeSpan synchronizeInterval) |
| |
|
override string | GetFullQualifiedServicePath () |
| |
|
| ServiceProxyBase (string installationPath, string args="") |
| |
|
override void | Dispose (bool disposing) |
| |
|
abstract TCoreObject | GetLoginScope (TService service, Guid coreObjectId, TimeSpan synchronizeInterval) |
| |
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: