C# Class ApiClientCodeGen.VSMac.Logging.ProgressReporter

Inheritance: IProgressReporter
Show file Open project: christianhelle/apiclientcodegen Class Usage Examples

Public Methods

Method Description
Progress ( uint progress, uint total = 100 ) : void
ProgressReporter ( ProgressMonitor monitor ) : System

Method Details

Progress() public method

public Progress ( uint progress, uint total = 100 ) : void
progress uint
total uint
return void

ProgressReporter() public method

public ProgressReporter ( ProgressMonitor monitor ) : System
monitor ProgressMonitor
return System