Click or drag to resize

ConBackup Class

Backup configuration
Inheritance Hierarchy
SystemObject
  mtapi.be.MT4ManagerNetConBackup

Namespace:  mtapi.be.MT4ManagerNet
Assembly:  MT4ManagerNet (in MT4ManagerNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ConBackup

The ConBackup type exposes the following members.

Constructors
  NameDescription
Public methodConBackup
Initializes a new instance of the ConBackup class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldArchiveLasttime
Archive backup's last execution time
Public fieldArchivePeriod
Period of archive backup-ARC_BACKUP_5MIN, ARC_BACKUP_15MIN, ARC_BACKUP_30MIN, ARC_BACKUP_1HOUR
Public fieldArchiveShift
Shift of archive backup time (in minutes)
Public fieldArchiveStore
Archive backup's store time-ARC_STORE_1WEEK, ARC_STORE_2WEEKS, ARC_STORE_1MONTH, ARC_STORE_3MONTH, ARC_STORE_6MONTH
Public fieldExportLasttime
Export's last execution time
Public fieldExportPath
Path to export script
Public fieldExportPeriod
Export period-enumeration EXPORT_1MIN, EXPORT_5MIN, EXPORT_15MIN, EXPORT_30MIN,EXPORT_1HOUR
Public fieldExportSecurities
Comma separated list of exported securities
Public fieldExternalPath
Path to external processing directory
Public fieldFullbackupLasttime
Full backup's last execution time
Public fieldFullbackupPath
Path to backup
Public fieldFullbackupPeriod
Full backup's period-BACKUP_1HOUR, BACKUP_4HOURS, BACKUP_1DAY
Public fieldFullbackupShift
Full backup timeshift (minutes)
Public fieldFullbackupStore
Full backup's store time-BU_STORE_1MONTH, BU_STORE_3MONTHS, BU_STORE_6MONTHS,BU_STORE_1YEAR
Public fieldWatchFailover
Watch dog failover mode
Public fieldWatchIp
Opposite server IP
Public fieldWatchLogin
Watch dog login
Public fieldWatchOpposite
Opposite server IP address and port
Public fieldWatchPassword
Slave server password
Public fieldWatchRole
Server role { WATCH_STAND_ALONE, WATCH_MASTER, WATCH_SLAVE }
Public fieldWatchState
Watch dog state
Public fieldWatchTimeout
Watch dog timeout
Public fieldWatchTimestamp
Watch dog timestamp
Top
See Also