C# Class Server.SaveMetrics

Inheritance: IDisposable
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
OnFileWritten ( int numberOfBytes ) : void
OnGuildSaved ( int numberOfBytes ) : void
OnItemSaved ( int numberOfBytes ) : void
OnMobileSaved ( int numberOfBytes ) : void
SaveMetrics ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnFileWritten() public method

public OnFileWritten ( int numberOfBytes ) : void
numberOfBytes int
return void

OnGuildSaved() public method

public OnGuildSaved ( int numberOfBytes ) : void
numberOfBytes int
return void

OnItemSaved() public method

public OnItemSaved ( int numberOfBytes ) : void
numberOfBytes int
return void

OnMobileSaved() public method

public OnMobileSaved ( int numberOfBytes ) : void
numberOfBytes int
return void

SaveMetrics() public method

public SaveMetrics ( ) : System
return System