C# Class WinFwk.UIServices.AbstractUIService

Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
Init ( MessageBus messageBus ) : void

Méthodes protégées

Méthode Description
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

Method Details

BeginTask() protected méthode

protected BeginTask ( string text ) : void
text string
Résultat void

BeginTask() protected méthode

protected BeginTask ( string text, CancellationTokenSource cancellationTokenSource ) : void
text string
cancellationTokenSource System.Threading.CancellationTokenSource
Résultat void

EndTask() protected méthode

protected EndTask ( string text ) : void
text string
Résultat void

Init() public méthode

public Init ( MessageBus messageBus ) : void
messageBus MessageBus
Résultat void

Log() protected méthode

protected Log ( string text, Exception exception ) : void
text string
exception System.Exception
Résultat void

Log() protected méthode

protected Log ( string text, LogLevelType logLevel = LogLevelType.Info ) : void
text string
logLevel LogLevelType
Résultat void

Status() protected méthode

protected Status ( string text, StatusType status = StatusType.Text ) : void
text string
status StatusType
Résultat void