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

ReportPopulationAsync() public method

public ReportPopulationAsync ( System data, System guid, int currentTick ) : void
data System
guid System
currentTick int
return void
        public void ReportPopulationAsync(System.Data.DataSet data, System.Guid guid, int currentTick) {
            this.ReportPopulationAsync(data, guid, currentTick, null);
        }
        

Same methods

ReportingService::ReportPopulationAsync ( System data, System guid, int currentTick, object userState ) : void