C# Class Subtext.Framework.Threading.ManagedThreadPool.WaitingCallback

Used to hold a callback delegate and the state for that delegate.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
WaitingCallback ( WaitCallback callback, object state ) : System

Initialize the callback holding object.

Method Details

WaitingCallback() public méthode

Initialize the callback holding object.
public WaitingCallback ( WaitCallback callback, object state ) : System
callback WaitCallback Callback delegate for the callback.
state object State with which to call the callback delegate.
Résultat System