Terrarium.Services.Reporting.ReportingService.ReportPopulation C# (CSharp) 메소드

ReportPopulation() 개인적인 메소드

private ReportPopulation ( System data, System guid, int currentTick ) : ReturnCode
data System
guid System
currentTick int
리턴 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]));
        }