C# Class Kamsar.WebConsole.StringProgressStatus

Variant of the IProgressStatus that saves the output lines to a StringBuilder for programmatic capture Progress reports are not captured.
Inheritance: IProgressStatus
Mostra file Open project: kamsar/Kamsar.WebConsole Class Usage Examples

Public Methods

Method Description
Report ( int percent ) : void
ReportException ( Exception exception ) : void
ReportStatus ( string statusMessage ) : void
ReportStatus ( string statusMessage, MessageType type ) : void
ReportTransientStatus ( string statusMessage ) : void

Private Methods

Method Description
WriteInnerException ( Exception innerException, StringBuilder exMessage ) : void

Method Details

Report() public method

public Report ( int percent ) : void
percent int
return void

ReportException() public method

public ReportException ( Exception exception ) : void
exception System.Exception
return void

ReportStatus() public method

public ReportStatus ( string statusMessage ) : void
statusMessage string
return void

ReportStatus() public method

public ReportStatus ( string statusMessage, MessageType type ) : void
statusMessage string
type MessageType
return void

ReportTransientStatus() public method

public ReportTransientStatus ( string statusMessage ) : void
statusMessage string
return void