C# 클래스 Server.SaveMetrics

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

공개 메소드들

메소드 설명
Dispose ( ) : void
OnFileWritten ( int numberOfBytes ) : void
OnGuildSaved ( int numberOfBytes ) : void
OnItemSaved ( int numberOfBytes ) : void
OnMobileSaved ( int numberOfBytes ) : void
SaveMetrics ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnFileWritten() 공개 메소드

public OnFileWritten ( int numberOfBytes ) : void
numberOfBytes int
리턴 void

OnGuildSaved() 공개 메소드

public OnGuildSaved ( int numberOfBytes ) : void
numberOfBytes int
리턴 void

OnItemSaved() 공개 메소드

public OnItemSaved ( int numberOfBytes ) : void
numberOfBytes int
리턴 void

OnMobileSaved() 공개 메소드

public OnMobileSaved ( int numberOfBytes ) : void
numberOfBytes int
리턴 void

SaveMetrics() 공개 메소드

public SaveMetrics ( ) : System
리턴 System