Collapse All
Public Methods
| Name | Description | |
|---|---|---|
![]() |
AddEventHandler | Adds a handler to an event of a server component. |
![]() |
ExistSession | Returns true, if a specified Session ID is valid, otherwis false. |
![]() |
GetRegisteredComponents | Returns an array with metadata about all registered components. |
![]() |
Invoke | Processes remote method invocation. |
![]() |
Logoff | Process logoff. |
![]() |
Logon | Processes logon. |
![]() |
ReceiveClientHeartbeat | Called from client to send a heartbeat signal. |
![]() |
RemoveEventHandler | Removes a handler from an event of a server component. |
![]() |
RenewSession | Extends the lifetime of the current session and returs the current session age limit. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
SessionAgeLimit | Gets the maximum sesseion age (in minutes). |
Public Events
| Name | Description | |
|---|---|---|
![]() |
ClientHeartbeatReceived | Event: Occours when a heartbeat signal is received from a client. |