C# Class NetIde.Shell.NiWaitDialog

Inheritance: IDisposable
Datei anzeigen Open project: netide/netide

Public Methods

Method Description
Dispose ( ) : void
NiWaitDialog ( IServiceProvider serviceProvider ) : System
Wait ( Action callback ) : void
Wait ( WaitHandle waitHandles ) : void

Private Methods

Method Description
DoCallback ( Action callback, ManualResetEvent @event ) : Exception
UpdateProgress ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NiWaitDialog() public method

public NiWaitDialog ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System

Wait() public method

public Wait ( Action callback ) : void
callback Action
return void

Wait() public method

public Wait ( WaitHandle waitHandles ) : void
waitHandles System.Threading.WaitHandle
return void