C# 클래스 WinFwk.UIModules.StatusMessageHelper

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

공개 메소드들

메소드 설명
BeginTask ( this msgBus, string text, CancellationTokenSource cancellationTokenSource = null ) : void
EndTask ( this msgBus, string text ) : void
Status ( this msgBus, string text, StatusType status = StatusType.Text ) : void

메소드 상세

BeginTask() 공개 정적인 메소드

public static BeginTask ( this msgBus, string text, CancellationTokenSource cancellationTokenSource = null ) : void
msgBus this
text string
cancellationTokenSource System.Threading.CancellationTokenSource
리턴 void

EndTask() 공개 정적인 메소드

public static EndTask ( this msgBus, string text ) : void
msgBus this
text string
리턴 void

Status() 공개 정적인 메소드

public static Status ( this msgBus, string text, StatusType status = StatusType.Text ) : void
msgBus this
text string
status StatusType
리턴 void