C# Class Catel.LogAnalyzer.Services.PleaseWaitService

Inheritance: Catel.MVVM.Services.PleaseWaitService, IPleaseWaitService
Show file Open project: Catel/Catel.LogAnalyzer

Public Methods

Method Description
Hide ( ) : void
PleaseWaitService ( ShellView shellView ) : Catel.LogAnalyzer.Views
Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void
Show ( string status = "" ) : void
UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void
UpdateStatus ( string status ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

PleaseWaitService() public method

public PleaseWaitService ( ShellView shellView ) : Catel.LogAnalyzer.Views
shellView Catel.LogAnalyzer.Views.ShellView
return Catel.LogAnalyzer.Views

Show() public method

public Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void
workDelegate PleaseWaitWorkDelegate
status string
return void

Show() public method

public Show ( string status = "" ) : void
status string
return void

UpdateStatus() public method

public UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void
currentItem int
totalItems int
statusFormat string
return void

UpdateStatus() public method

public UpdateStatus ( string status ) : void
status string
return void