C# Class Server.Misc.AutoSave

Inheritance: Timer
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AutoSave ( ) : System
Initialize ( ) : void
Save ( ) : void
Save ( bool permitBackgroundWrite ) : void

Méthodes protégées

Méthode Description
OnTick ( ) : void

Private Methods

Méthode Description
Backup ( ) : void
FindTimeStamp ( string input ) : string
FormatDirectory ( string root, string name, string timeStamp ) : string
GetTimeStamp ( ) : string
Match ( string paths, string match ) : DirectoryInfo
SetSaves_OnCommand ( Server.Commands.CommandEventArgs e ) : void

Method Details

AutoSave() public méthode

public AutoSave ( ) : System
Résultat System

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

Save() public static méthode

public static Save ( bool permitBackgroundWrite ) : void
permitBackgroundWrite bool
Résultat void