C# Class Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor.Future

Represents an asynchronous task that is executed on the ThreadPool at some point in the future.
Datei anzeigen Open project: ThorTech/apache-nms

Public Methods

Method Description
Future ( WaitCallback callback, object arg ) : System
Run ( ) : void

Method Details

Future() public method

public Future ( WaitCallback callback, object arg ) : System
callback WaitCallback
arg object
return System

Run() public method

public Run ( ) : void
return void