C# Class TrinityCore_Manager.TCM.TCManager

Afficher le fichier Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Méthodes publiques

Свойство Type Description
BackupLocation string
MySQLDumpLocation string

Méthodes publiques

Méthode Description
ScheduleBackups ( ) : void
StopScheduledBackups ( ) : void
TCManager ( ) : System

Private Methods

Méthode Description
CreateBackup ( string name, MySqlDatabase db, int intervalInMins ) : void

Method Details

ScheduleBackups() public méthode

public ScheduleBackups ( ) : void
Résultat void

StopScheduledBackups() public méthode

public StopScheduledBackups ( ) : void
Résultat void

TCManager() public méthode

public TCManager ( ) : System
Résultat System

Property Details

BackupLocation public_oe static_oe property

public static string BackupLocation
Résultat string

MySQLDumpLocation public_oe static_oe property

public static string MySQLDumpLocation
Résultat string