In The Hand - .NET Components for Mobility
IsAlive Method (t)
NamespacesInTheHand.ThreadingThreadHelperIsAlive(Thread)
Gets a value indicating the execution status of the specified thread.
Declaration Syntax
C#Visual Basic
public static bool IsAlive(
	Thread t
)
Public Shared Function IsAlive ( _
	t As Thread _
) As Boolean
Parameters
t (Thread)
The specific thread.
Return Value
true if this thread has been started and has not terminated normally or aborted; otherwise, false.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0