Blocks the callee until thread is terminated nevertheless maximum timeout.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public override bool Join(
	TimeSpan timeout
)

Parameters

timeout
Type: System..::.TimeSpan
Maximum time of waiting.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the thread was terminated before timeout.

Implements

IXThread..::.Join(TimeSpan)

See Also