C# Class TrinityCore_Manager.TCM.TCManager

ファイルを表示 Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Public Properties

Property Type Description
BackupLocation string
MySQLDumpLocation string

Public Methods

Method Description
ScheduleBackups ( ) : void
StopScheduledBackups ( ) : void
TCManager ( ) : System

Private Methods

Method Description
CreateBackup ( string name, MySqlDatabase db, int intervalInMins ) : void

Method Details

ScheduleBackups() public method

public ScheduleBackups ( ) : void
return void

StopScheduledBackups() public method

public StopScheduledBackups ( ) : void
return void

TCManager() public method

public TCManager ( ) : System
return System

Property Details

BackupLocation public_oe static_oe property

public static string BackupLocation
return string

MySQLDumpLocation public_oe static_oe property

public static string MySQLDumpLocation
return string