C# Class Terrarium.Server.ReportingService

This class implements the reporting web service for the Terrarium Server. This web service takes reporting data from clients and inserts the data into a special history table.This data is later rolled up by the NonPageServices class and turned into data points. These data points are used used when creating graphs of the server activity, species populations, etc.
Inheritance: System.Web.Services.WebService, IReportingService
Afficher le fichier Open project: eugeniomiro/Terrarium

Private Methods

Méthode Description
ReportPopulation ( DataSet data, System.Guid guid, int currentTick ) : ReturnCode
ReportingService ( ) : System