Click or drag to resize

JamThreadJoin Method

Joins the thread.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool Join(
	int millis
)

Parameters

millis  Int32
milliseconds to wait to join the thread, -1 to wait indefinitely

Return Value

Boolean
true if joining the thread within milliseconds timespan succeeded, false otherwise
See Also