C# 클래스 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.
상속: System.Web.Services.WebService, IReportingService
파일 보기 프로젝트 열기: eugeniomiro/Terrarium

비공개 메소드들

메소드 설명
ReportPopulation ( DataSet data, System.Guid guid, int currentTick ) : ReturnCode
ReportingService ( ) : System