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

Used to hold a callback delegate and the state for that delegate.
Mostra file Open project: ayende/Subtext

Public Methods

Method Description
WaitingCallback ( WaitCallback callback, object state ) : System

Initialize the callback holding object.

Method Details

WaitingCallback() public method

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.
return System