C# Class Server.Misc.AutoSave

Inheritance: Timer
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AutoSave ( ) : System
Initialize ( ) : void
Save ( ) : void
Save ( bool permitBackgroundWrite ) : void

Protected Methods

Method Description
OnTick ( ) : void

Private Methods

Method 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 method

public AutoSave ( ) : System
return System

Initialize() public static method

public static Initialize ( ) : void
return void

OnTick() protected method

protected OnTick ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

Save() public static method

public static Save ( bool permitBackgroundWrite ) : void
permitBackgroundWrite bool
return void