C# 클래스 Spring.Threading.AsyncTestMethod

상속: Spring.Threading.AsyncTestTask
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

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

메소드 상세

AsyncTestMethod() 공개 메소드

public AsyncTestMethod ( int iterations, TestMethod callback ) : System.Threading
iterations int
callback TestMethod
리턴 System.Threading

AsyncTestMethod() 공개 메소드

public AsyncTestMethod ( int iterations, ThreadStart callback ) : System.Threading
iterations int
callback ThreadStart
리턴 System.Threading

DoExecute() 공개 메소드

public DoExecute ( ) : void
리턴 void