[ Team LiB ] Previous Section Next Section

WaitCallbackCF 1.0, serializable

System.Threading (mscorlib.dll)delegate

This delegate is for a ThreadPool work item.

public delegate void WaitCallback(object state);

Passed To

ThreadPool.{QueueUserWorkItem( ), UnsafeQueueUserWorkItem( )}

    [ Team LiB ] Previous Section Next Section