C# Class MonoDevelop.TextTemplating.ThreadAsyncOperation

Inheritance: IAsyncOperation
Afficher le fichier Open project: freethenation/Mono.TextTemplating

Méthodes publiques

Méthode Description
Cancel ( ) : void
ThreadAsyncOperation ( Action task, SingleFileCustomToolResult result ) : System
WaitForCompleted ( ) : void

Private Methods

Méthode Description
Run ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ThreadAsyncOperation() public méthode

public ThreadAsyncOperation ( Action task, SingleFileCustomToolResult result ) : System
task Action
result SingleFileCustomToolResult
Résultat System

WaitForCompleted() public méthode

public WaitForCompleted ( ) : void
Résultat void