DekGenius.com
[ Team LiB ] Previous Section Next Section

ThreadStartCF 1.0, ECMA 1.0, serializable

System.Threading (mscorlib.dll)delegate

This delegate specifies a method for a thread to start executing.

public delegate void ThreadStart( );

Passed To

Thread.Thread( )

    [ Team LiB ] Previous Section Next Section