C# Class Server.SaveMetrics

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

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

OnFileWritten() public méthode

public OnFileWritten ( int numberOfBytes ) : void
numberOfBytes int
Résultat void

OnGuildSaved() public méthode

public OnGuildSaved ( int numberOfBytes ) : void
numberOfBytes int
Résultat void

OnItemSaved() public méthode

public OnItemSaved ( int numberOfBytes ) : void
numberOfBytes int
Résultat void

OnMobileSaved() public méthode

public OnMobileSaved ( int numberOfBytes ) : void
numberOfBytes int
Résultat void

SaveMetrics() public méthode

public SaveMetrics ( ) : System
Résultat System