C# Class WinFwk.UIModules.StatusMessageHelper

Mostra file Open project: fremag/MemoScope.Net

Public Methods

Method Description
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

Method Details

BeginTask() public static method

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

EndTask() public static method

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

Status() public static method

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