Joins the thread.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Join(
int millis
)
Public Function Join (
millis As Integer
) As Boolean
public:
bool Join(
int millis
)
member Join :
millis : int -> bool Parameters
- millis Int32
- milliseconds to wait to join the thread, -1 to wait indefinitely
Return Value
Booleantrue if joining the thread within milliseconds timespan succeeded, false otherwise
See Also