C# Class AbortTest, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AbortTest ( ) : System
Abortee1 ( ) : void
Abortee10 ( ) : void
Abortee11 ( ) : void
Abortee12 ( ) : void
Abortee2 ( ) : void
Abortee3 ( ) : void
Abortee4 ( ) : void
Abortee5 ( ) : void
Abortee6 ( ) : void
Abortee7 ( ) : void
Abortee8 ( ) : void
Abortee9 ( ) : void
Aborter1 ( ThreadStart, abortee ) : void
Aborter2 ( ThreadStart, abortee ) : void
Aborter3 ( ThreadStart, abortee ) : void
Aborter4 ( ThreadStart, abortee ) : void
Delay ( int milliseconds ) : void
Main ( String args ) : void

Private Methods

Méthode Description
AbortTest1 ( ) : void
AbortTest10 ( ) : void
AbortTest11 ( ) : void
AbortTest12 ( ) : void
AbortTest13 ( ) : void
AbortTest2 ( ) : void
AbortTest3 ( ) : void
AbortTest4 ( ) : void
AbortTest5 ( ) : void
AbortTest6 ( ) : void
AbortTest7 ( ) : void
AbortTest8 ( ) : void
AbortTest9 ( ) : void
DoLongComputation ( int n ) : void

Method Details

AbortTest() public méthode

public AbortTest ( ) : System
Résultat System

Abortee1() public méthode

public Abortee1 ( ) : void
Résultat void

Abortee10() public méthode

public Abortee10 ( ) : void
Résultat void

Abortee11() public méthode

public Abortee11 ( ) : void
Résultat void

Abortee12() public méthode

public Abortee12 ( ) : void
Résultat void

Abortee2() public méthode

public Abortee2 ( ) : void
Résultat void

Abortee3() public méthode

public Abortee3 ( ) : void
Résultat void

Abortee4() public méthode

public Abortee4 ( ) : void
Résultat void

Abortee5() public méthode

public Abortee5 ( ) : void
Résultat void

Abortee6() public méthode

public Abortee6 ( ) : void
Résultat void

Abortee7() public méthode

public Abortee7 ( ) : void
Résultat void

Abortee8() public méthode

public Abortee8 ( ) : void
Résultat void

Abortee9() public méthode

public Abortee9 ( ) : void
Résultat void

Aborter1() public static méthode

public static Aborter1 ( ThreadStart, abortee ) : void
abortee ThreadStart,
Résultat void

Aborter2() public static méthode

public static Aborter2 ( ThreadStart, abortee ) : void
abortee ThreadStart,
Résultat void

Aborter3() public static méthode

public static Aborter3 ( ThreadStart, abortee ) : void
abortee ThreadStart,
Résultat void

Aborter4() public static méthode

public static Aborter4 ( ThreadStart, abortee ) : void
abortee ThreadStart,
Résultat void

Delay() public static méthode

public static Delay ( int milliseconds ) : void
milliseconds int
Résultat void

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void