메소드 | 설명 | |
---|---|---|
AsyncTestMethod ( int iterations, TestMethod callback ) : System.Threading | ||
AsyncTestMethod ( int iterations, ThreadStart callback ) : System.Threading | ||
DoExecute ( ) : void |
public AsyncTestMethod ( int iterations, TestMethod callback ) : System.Threading | ||
iterations | int | |
callback | TestMethod | |
리턴 | System.Threading |
public AsyncTestMethod ( int iterations, ThreadStart callback ) : System.Threading | ||
iterations | int | |
callback | ThreadStart | |
리턴 | System.Threading |