C# 클래스 WinFwk.UIServices.AbstractUIService

파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
Init ( MessageBus messageBus ) : void

보호된 메소드들

메소드 설명
BeginTask ( string text ) : void
BeginTask ( string text, CancellationTokenSource cancellationTokenSource ) : void
EndTask ( string text ) : void
Log ( string text, Exception exception ) : void
Log ( string text, LogLevelType logLevel = LogLevelType.Info ) : void
Status ( string text, StatusType status = StatusType.Text ) : void

메소드 상세

BeginTask() 보호된 메소드

protected BeginTask ( string text ) : void
text string
리턴 void

BeginTask() 보호된 메소드

protected BeginTask ( string text, CancellationTokenSource cancellationTokenSource ) : void
text string
cancellationTokenSource System.Threading.CancellationTokenSource
리턴 void

EndTask() 보호된 메소드

protected EndTask ( string text ) : void
text string
리턴 void

Init() 공개 메소드

public Init ( MessageBus messageBus ) : void
messageBus MessageBus
리턴 void

Log() 보호된 메소드

protected Log ( string text, Exception exception ) : void
text string
exception System.Exception
리턴 void

Log() 보호된 메소드

protected Log ( string text, LogLevelType logLevel = LogLevelType.Info ) : void
text string
logLevel LogLevelType
리턴 void

Status() 보호된 메소드

protected Status ( string text, StatusType status = StatusType.Text ) : void
text string
status StatusType
리턴 void