Terrarium.Services.Reporting.ReportingService.ReportPopulation C# (CSharp) Method

ReportPopulation() private method

private ReportPopulation ( System data, System guid, int currentTick ) : ReturnCode
data System
guid System
currentTick int
return ReturnCode
        public ReturnCode ReportPopulation(System.Data.DataSet data, System.Guid guid, int currentTick) {
            object[] results = this.Invoke("ReportPopulation", new object[] {
                        data,
                        guid,
                        currentTick});
            return ((ReturnCode)(results[0]));
        }