C# 클래스 Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor.Future

Represents an asynchronous task that is executed on the ThreadPool at some point in the future.
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
Future ( WaitCallback callback, object arg ) : System
Run ( ) : void

메소드 상세

Future() 공개 메소드

public Future ( WaitCallback callback, object arg ) : System
callback WaitCallback
arg object
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void