C# 클래스 AbortTest, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AbortTest() 공개 메소드

public AbortTest ( ) : System
리턴 System

Abortee1() 공개 메소드

public Abortee1 ( ) : void
리턴 void

Abortee10() 공개 메소드

public Abortee10 ( ) : void
리턴 void

Abortee11() 공개 메소드

public Abortee11 ( ) : void
리턴 void

Abortee12() 공개 메소드

public Abortee12 ( ) : void
리턴 void

Abortee2() 공개 메소드

public Abortee2 ( ) : void
리턴 void

Abortee3() 공개 메소드

public Abortee3 ( ) : void
리턴 void

Abortee4() 공개 메소드

public Abortee4 ( ) : void
리턴 void

Abortee5() 공개 메소드

public Abortee5 ( ) : void
리턴 void

Abortee6() 공개 메소드

public Abortee6 ( ) : void
리턴 void

Abortee7() 공개 메소드

public Abortee7 ( ) : void
리턴 void

Abortee8() 공개 메소드

public Abortee8 ( ) : void
리턴 void

Abortee9() 공개 메소드

public Abortee9 ( ) : void
리턴 void

Aborter1() 공개 정적인 메소드

public static Aborter1 ( ThreadStart, abortee ) : void
abortee ThreadStart,
리턴 void

Aborter2() 공개 정적인 메소드

public static Aborter2 ( ThreadStart, abortee ) : void
abortee ThreadStart,
리턴 void

Aborter3() 공개 정적인 메소드

public static Aborter3 ( ThreadStart, abortee ) : void
abortee ThreadStart,
리턴 void

Aborter4() 공개 정적인 메소드

public static Aborter4 ( ThreadStart, abortee ) : void
abortee ThreadStart,
리턴 void

Delay() 공개 정적인 메소드

public static Delay ( int milliseconds ) : void
milliseconds int
리턴 void

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void