|
Ofcas.Lk.Api.Client - Version 3.0
3.0.0.106
|
Provides information about the program after a successful login. Information is created at runtime. Provides the possibility to adjust runtime data. More...
Public Member Functions | |
| void | DeregisterClient (uint processId) |
| Deregisters a client from the current runtime. More... | |
| IList< ConnectedClient > | GetConnectedClients () |
| Retrieves the connected clients of the current runtime. More... | |
| void | RegisterClient (uint processId) |
| Registers a client to the current runtime. More... | |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreObjectBase | |
| bool | CanDispose () |
| Returns the information about whether the object can be deleted. An object can only be deleted if no children live. More... | |
| IList< Guid > | Children () |
| Returns a list with CoreObjectId for all children More... | |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.Disposable | |
| void | Dispose () |
Properties | |
| LoginScope | Parent [get] |
Properties inherited from Ofcas.Lk.Api.Client.Core.CoreObjectBase | |
| IApiService | ApiService [get] |
| The service interface. More... | |
| Guid | CoreObjectId [get] |
| The unique identifier of the object instance. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreObject | |
| Guid | CoreObjectId [get] |
| The unique identifier of this core object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreObjectBase | |
| CoreObjectBase (IApiService apiService, Guid coreObjectId) | |
| override void | Dispose (bool disposing) |
| T | CallService< T > (Func< IApiService, T > serviceCall, [CallerMemberName] string callerMethod=null) |
| Calls a service function and raises an error if it fails. More... | |
| T | CallServiceWithMessage< T > (Func< IApiService, T > serviceCall, [CallerMemberName] string callerMethod=null) |
| Calls a service function and raises an error if it fails. More... | |
Protected Attributes inherited from Ofcas.Lk.Api.Client.Core.CoreObjectBase | |
| const string | NotSupportedCauseNotImplemented |
| Default message for methods which are not supported because they are not implemented. More... | |
Events inherited from Ofcas.Lk.Api.Client.Core.Disposable | |
| Action< Disposable > | Disposed |
Provides information about the program after a successful login. Information is created at runtime. Provides the possibility to adjust runtime data.
| void Ofcas.Lk.Api.Client.Core.ProgramRuntime.DeregisterClient | ( | uint | processId | ) |
Deregisters a client from the current runtime.
| processId | The process ID of the client to be deregistered. |
| IList<ConnectedClient> Ofcas.Lk.Api.Client.Core.ProgramRuntime.GetConnectedClients | ( | ) |
Retrieves the connected clients of the current runtime.
| void Ofcas.Lk.Api.Client.Core.ProgramRuntime.RegisterClient | ( | uint | processId | ) |
Registers a client to the current runtime.
| processId | The process ID of the client to be registered. |