Terrarium.Services.Reporting.ReportingService.ReportPopulationAsync C# (CSharp) Méthode

ReportPopulationAsync() public méthode

public ReportPopulationAsync ( System data, System guid, int currentTick ) : void
data System
guid System
currentTick int
Résultat 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