StartIfStopped Method
See Also 
SourceCode.Threading Namespace > ThreadingExtensions Class : StartIfStopped Method



thread

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Sub StartIfStopped( _
   ByVal thread As Thread _
) 
Visual Basic (Usage) Copy Code
Dim thread As Thread
 
ThreadingExtensions.StartIfStopped(thread)
C#  
[Extension()]
public static void StartIfStopped( 
   Thread thread
)
C++/CLI  
[Extension()]
public:
static void StartIfStopped( 
   Thread^ thread
) 

Parameters

thread

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also