ApiClientCodeGen.VSMac.Logging.ProgressReporter.Progress C# (CSharp) Метод

Progress() публичный Метод

public Progress ( uint progress, uint total = 100 ) : void
progress uint
total uint
Результат void
        public void Progress(uint progress, uint total = 100)
        {
            monitor.Step((int)progress);
        }
    }