C# Class NAPS2.Operation.OperationBase

Inheritance: IOperation
Datei anzeigen Open project: cyanfish/naps2

Public Methods

Method Description
Cancel ( ) : void

Protected Methods

Method Description
InvokeError ( string message, Exception exception ) : void
InvokeFinished ( ) : void
InvokeStatusChanged ( ) : void

Method Details

Cancel() public abstract method

public abstract Cancel ( ) : void
return void

InvokeError() protected method

protected InvokeError ( string message, Exception exception ) : void
message string
exception System.Exception
return void

InvokeFinished() protected method

protected InvokeFinished ( ) : void
return void

InvokeStatusChanged() protected method

protected InvokeStatusChanged ( ) : void
return void