C# 클래스 Kamsar.WebConsole.TeeProgressStatus

"Splits" a progress status to multiple destination progress objects This is useful when you may want to send progress output both to a file log and a webconsole, or other multi-destination tasks.
상속: IProgressStatus
파일 보기 프로젝트 열기: kamsar/Kamsar.WebConsole

공개 메소드들

메소드 설명
Report ( int percent ) : void
ReportException ( Exception exception ) : void
ReportStatus ( string statusMessage ) : void
ReportStatus ( string statusMessage, MessageType type ) : void
ReportTransientStatus ( string statusMessage ) : void
TeeProgressStatus ( ) : System

메소드 상세

Report() 공개 메소드

public Report ( int percent ) : void
percent int
리턴 void

ReportException() 공개 메소드

public ReportException ( Exception exception ) : void
exception System.Exception
리턴 void

ReportStatus() 공개 메소드

public ReportStatus ( string statusMessage ) : void
statusMessage string
리턴 void

ReportStatus() 공개 메소드

public ReportStatus ( string statusMessage, MessageType type ) : void
statusMessage string
type MessageType
리턴 void

ReportTransientStatus() 공개 메소드

public ReportTransientStatus ( string statusMessage ) : void
statusMessage string
리턴 void

TeeProgressStatus() 공개 메소드

public TeeProgressStatus ( ) : System
리턴 System