IRdNtGlobServerCfg Interface Reference
Inherits
IRsObject.
List of all members.
Detailed Description
Object holds information about a Shared Space Server node settings.
Member Function Documentation
| HRESULT IRdNtGlobServerCfg::Clear |
( |
|
) |
|
Call to clear the data object.
Property Documentation
RtDWORD * IRdNtGlobServerCfg::FirstPort [get] |
Get the First port of the server. The port is used together with the last port by automatic processes to get the port range in which new Shared Spaces are created.
- Returns:
- pdwVal [out,retval] .
RtDWORD IRdNtGlobServerCfg::FirstPort [set] |
Set the First port of the server. The port is used together with the last port by automatic processes to get the port range in which new Shared Spaces are created.
- Parameters:
-
RtDWORD * IRdNtGlobServerCfg::LastPort [get] |
Get the Last port of the server. The port is used together with the first port by automatic processes to get the port range in which new Shared Spaces are created.
- Returns:
- pdwVal [out,retval] .
RtDWORD IRdNtGlobServerCfg::LastPort [set] |
Set the Last port of the server. The port is used together with the first port by automatic processes to get the port range in which new Shared Spaces are created.
- Parameters:
-
RtDWORD * IRdNtGlobServerCfg::ManagementPort [get] |
Get the Management Port. Through this port the server can be remotely controlled.
RtDWORD IRdNtGlobServerCfg::ManagementPort [set] |
Set the Management Port. Through this port the server can be remotely controlled.
- Parameters:
-
RtDWORD IRdNtGlobServerCfg::BackupInterval [set] |
Set the Backup interval time in seconds. The backup will be executed when nobody is logged in and the Backup Time elapses.
- Parameters:
-
RtDWORD * IRdNtGlobServerCfg::BackupInterval [get] |
Get the Backup interval time in seconds. The backup will be executed when nobody is logged in and the Backup Time elapses.
- Parameters:
-
RtDWORD IRdNtGlobServerCfg::ForceBackup [set] |
Set the Force Backup interval time in seconds. The backup will be executed even if there is somebody logged in.
- Parameters:
-
RtDWORD * IRdNtGlobServerCfg::ForceBackup [get] |
Get the Force Backup interval time in seconds. The backup will be executed even if there is somebody logged in.
- Parameters:
-
RtDWORD IRdNtGlobServerCfg::WaitInterval [set] |
Set the backup Wait Interval interval time in seconds. The backup could be executed only after this period. You should specify only minimum time e.g. 10 or 20 seconds.
- Parameters:
-
RtDWORD * IRdNtGlobServerCfg::WaitInterval [get] |
Get the backup Wait Interval interval time in seconds. The backup could be executed only after this period.
- Parameters:
-