ThreadStart (System.Threading.ThreadStart)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Represents the method that will handle the Start event of the Thread class.

VB.NET C#

C#

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

Articles

ASP.NET Developer's Cookbook

System.Threading.ThreadStart myThreadStart; myThreadStart=new System.Threading.ThreadStart(DoSomething); myThread=new System.Threading.Thread(myThreadStart); myThread.Start ...

ASP.NET Developer's Cookbook

System.Threading.ThreadStart myThreadStart; myThreadStart=new System.Threading.ThreadStart(DoSomething); myThread=new System.Threading.Thread(myThreadStart); myThread.Start ...

External Topics

... Load in a separate thread                                 System.Threading.ThreadStart start = new System.Threading.ThreadStart(loader.Start ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.ThreadStart Delegate ... Remarks. Note: A new instance of the Thread class is created using a ...

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

A Meal Reminder in C#: C# Help: A Suite of Cryptographic Objects Part 2: Implementing Key Exchange Over a Network: C#Today: Throughout the whole history of Cryptography one element ...

File-Type restrictions? - LiquidSix Hosting Community

System.Threading.ThreadStart thStEndAuctions = new System.Threading.ThreadStart(scheduler.Start); schedulerThread = new System.Threading.Thread(thStEndAuctions)

File-Type restrictions? [Archive] - LiquidSix Hosting Community

System.Threading.ThreadStart thStEndAuctions = new System.Threading.ThreadStart(scheduler.Start); schedulerThread = new System.Threading.Thread(thStEndAuctions)

System.Threading.ThreadStart Delegate

Base Types Object Delegate ThreadStart. This type implements ICloneable . Assembly mscorlib Library BCL Summary Defines the shape of methods that are called when a Thread is ...

ThreadStart Delegate (System.Threading)

Represents the method that executes on a Thread. ... When a managed thread is created, the method that executes on the thread is represented by a ThreadStart delegate or a ...

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