ParameterizedThreadStart (System.Threading.ParameterizedThreadStart)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Represents the method that executes on a Thread.

VB.NET C#

C#

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

Articles

How to implement a connection pool - Theobald Software

... System . Threading . ParameterizedThreadStart ( ExecuteALongRunningFunctionModule ) ) ; t4. Name = SearchKey1; t4. Start ( SearchKey1 ) ; System . Threading . Thread t5 = new System . ...

.NET Delegate Recipes | ThoughtShapes

... properties: " + "'System.Threading.Thread.Thread(System.Threading.ThreadStart)' and " + "'System.Threading.Thread.Thread(System.Threading.ParameterizedThreadStart ...

Cannot post a community content on MSDN - MSDN Forums

... Sung added most of his contributions when VS.85 was the default.   At that time, a link to http://msdn2.microsoft.com/en-us/library/system.threading.parameterizedthreadstart.aspx ...

Coding4Fun : Facebook Outlook Add-in

7: System.Threading.Thread syncThread = new System.Threading.Thread( new System.Threading.ParameterizedThreadStart(SearchPostAsync)); 8: syncThread.IsBackground = true

Some Assembly Required - Monday, September 25, 2006 Entries

... System.Collections.IEnumerable; using IE2 = System.Collections.IEnumerator; using MRE = System.Threading.ManualResetEvent; using PTS = System.Threading.ParameterizedThreadStart ...

Obfuscated CLR/C# 2.0

... System.Collections.IEnumerable; using IE2 = System.Collections.IEnumerator; using MRE = System.Threading.ManualResetEvent; using PTS = System.Threading.ParameterizedThreadStart ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.ParameterizedThreadStart Delegate: Note: This namespace, class, or member is supported only in version ...

ParameterizedThreadStart 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