C# Class AIMA.Core.Util.CancelableThread

Inheritance: System.Thread
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
cancel ( ) : void
currIsCanceled ( ) : bool
isCanceled ( ) : bool

Method Details

cancel() public méthode

public cancel ( ) : void
Résultat void

currIsCanceled() public static méthode

public static currIsCanceled ( ) : bool
Résultat bool

isCanceled() public méthode

public isCanceled ( ) : bool
Résultat bool