WaitCallback (System.Threading.WaitCallback)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Defines the callback method for thread pool user work items. That method must match this delegate.

VB.NET C#

C#

public sealed class WaitCallback : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

Joshua Flanagan - Safely running background threads in ASP.NET 2.0

System.Threading.WaitCallback callback; public System.Threading.WaitCallback Call(System.Threading.WaitCallback callback) { this .callback = callback;

Joshua Flanagan - June, 2006

System.Threading.WaitCallback callback; public System.Threading.WaitCallback Call(System.Threading.WaitCallback callback) { this .callback = callback;

DotGNU Portable.NET - Bugs: bug #20201, Xml Serializer throws ...

at System.Threading.WaitCallback.Invoke(Object) at System.Threading.WorkItem.Execute() in ./System/Threading/ThreadPool.cs:576 at System.Threading.ThreadPool.Work() in ./System ...

savannah.gnu.org

at System.Threading.WaitCallback.Invoke(Object) at System.Threading.WorkItem.Execute() in ./System/Threading/ThreadPool.cs:576. at System.Threading.ThreadPool.Work ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.WaitCallback Delegate ... Parameters state Documentation for this section has not yet been entered. ...

MBR IT/.NET 247 : System.Threading Namespace [Details]

System.Threading.WaitCallback: System.Threading.WaitHandle: System.Threading.WaitOrTimerCallback ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

MBR IT/.NET 247 : System.Threading.WaitCallback Class [Articles]

System.Threading.WaitCallback Class: Information : Base Types : Related Resources: Defines the callback method for thread pool user work items. That method must match this delegate ...

www.danielmoth.com

New System.Threading.WaitCallback(AddressOf ProgressHelper), _ New ProgressChangedEventArgs(aProgressPercent, aUserState)) End Sub

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support