C# 클래스 Server.Misc.AutoSave

상속: Timer
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AutoSave ( ) : System
Initialize ( ) : void
Save ( ) : void
Save ( bool permitBackgroundWrite ) : void

보호된 메소드들

메소드 설명
OnTick ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AutoSave() 공개 메소드

public AutoSave ( ) : System
리턴 System

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnTick() 보호된 메소드

protected OnTick ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( bool permitBackgroundWrite ) : void
permitBackgroundWrite bool
리턴 void