C# Class NAPS2.Operation.OperationBase

Inheritance: IOperation
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
Cancel ( ) : void

Méthodes protégées

Méthode Description
InvokeError ( string message, Exception exception ) : void
InvokeFinished ( ) : void
InvokeStatusChanged ( ) : void

Method Details

Cancel() public abstract méthode

public abstract Cancel ( ) : void
Résultat void

InvokeError() protected méthode

protected InvokeError ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

InvokeFinished() protected méthode

protected InvokeFinished ( ) : void
Résultat void

InvokeStatusChanged() protected méthode

protected InvokeStatusChanged ( ) : void
Résultat void