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

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

Méthodes publiques

Méthode Description
Future ( WaitCallback callback, object arg ) : System
Run ( ) : void

Method Details

Future() public méthode

public Future ( WaitCallback callback, object arg ) : System
callback WaitCallback
arg object
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void