C# 클래스 Bloom.ToPalaso.Experimental.ProgressDialogForeground.ApplicationDoEventsProgress

Everytime some progress is reported, we just let the UI update
상속: IProgress
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
WriteError ( string message ) : void
WriteException ( Exception error ) : void
WriteMessage ( string message ) : void
WriteMessageWithColor ( string colorName, string message ) : void
WriteStatus ( string message ) : void
WriteVerbose ( string message ) : void
WriteWarning ( string message ) : void

메소드 상세

WriteError() 공개 메소드

public WriteError ( string message ) : void
message string
리턴 void

WriteException() 공개 메소드

public WriteException ( Exception error ) : void
error System.Exception
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string message ) : void
message string
리턴 void

WriteMessageWithColor() 공개 메소드

public WriteMessageWithColor ( string colorName, string message ) : void
colorName string
message string
리턴 void

WriteStatus() 공개 메소드

public WriteStatus ( string message ) : void
message string
리턴 void

WriteVerbose() 공개 메소드

public WriteVerbose ( string message ) : void
message string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string message ) : void
message string
리턴 void