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

BeginReportPopulation() public method

public BeginReportPopulation ( System data, System guid, int currentTick, System callback, object asyncState ) : System.IAsyncResult
data System
guid System
currentTick int
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginReportPopulation(System.Data.DataSet data, System.Guid guid, int currentTick, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ReportPopulation", new object[] {
                        data,
                        guid,
                        currentTick}, callback, asyncState);
        }