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

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method 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 method

public AbortTest ( ) : System
return System

Abortee1() public method

public Abortee1 ( ) : void
return void

Abortee10() public method

public Abortee10 ( ) : void
return void

Abortee11() public method

public Abortee11 ( ) : void
return void

Abortee12() public method

public Abortee12 ( ) : void
return void

Abortee2() public method

public Abortee2 ( ) : void
return void

Abortee3() public method

public Abortee3 ( ) : void
return void

Abortee4() public method

public Abortee4 ( ) : void
return void

Abortee5() public method

public Abortee5 ( ) : void
return void

Abortee6() public method

public Abortee6 ( ) : void
return void

Abortee7() public method

public Abortee7 ( ) : void
return void

Abortee8() public method

public Abortee8 ( ) : void
return void

Abortee9() public method

public Abortee9 ( ) : void
return void

Aborter1() public static method

public static Aborter1 ( ThreadStart, abortee ) : void
abortee ThreadStart,
return void

Aborter2() public static method

public static Aborter2 ( ThreadStart, abortee ) : void
abortee ThreadStart,
return void

Aborter3() public static method

public static Aborter3 ( ThreadStart, abortee ) : void
abortee ThreadStart,
return void

Aborter4() public static method

public static Aborter4 ( ThreadStart, abortee ) : void
abortee ThreadStart,
return void

Delay() public static method

public static Delay ( int milliseconds ) : void
milliseconds int
return void

Main() public static method

public static Main ( String args ) : void
args String
return void