ClientSession Class
| Name | Description | |
|---|---|---|
|
ClientSession(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
ComputerIP | Gets the computer IP. |
|
ComputerName | Gets the computer name. |
|
IsBackButtonVisibleOnIOS | Flag to indicate back button visible on iOS |
|
IsConnected | Flag to indicate if client is connected with server. |
|
IsIPad | Flag to indicate if is running on iPad |
|
IsIPhone | Flag to indicate if is running on iPhone |
|
IsLocal | Flag indicating whether client is local. |
|
IsRemote | Flag indicating whether client is remote. |
|
IsSmartClient | Flag to indicate if is running as TSmartClient |
|
IsSmartDevice | Flag to indicate if is running on smart device |
|
IsSmartDevicePortrait | Flag to indicate if is running on smart device Portrait |
|
IsWebBrowser | Gets the information if is running on web browser. |
|
LogonDateTime | Gets the last Logon DateTime. |
|
NumberOfTagPropertiesLoaded | Number of tag properites (Value, Min, Max, etc.) load in memory |
|
NumberOfTagsLoaded | Number of tags load in memory |
|
Parameters | Gets initialization parameters |
|
ServerHttpAddress | Gets the server's http address |
|
StatusBarVisibleOnIOS | Flag to indicate status bar visible on iOS. |
|
UserInactivity | Gets a TimteSpan with the User Inactivity. |
| Name | Description | |
|---|---|---|
|
ChangeUserPasswordAsync(string, string, string) | Change password of runtime users |
|
GetPasswordHintAsync(string) | Get password hint |
|
LogOn() | Log on |
|
LogOnGuestAsync() | Log on as guest |
|
SetBlockedUserAsync(string, bool) | Obsolete. Block or unblock runtime user. |
|
SetDeletedUserAsync(string, bool) | Set flag Deleted of runtime user. This method does not remove user in runtime database. |
T.Modules.ClientStation.ClientSession