 | AbortableJoin(Int32) Method |
Waits for the thread to die or for timeout milliseconds to elapse.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic bool Join(
int millisecondsTimeout
)
Public Function Join (
millisecondsTimeout As Integer
) As Boolean
public:
bool Join(
int millisecondsTimeout
)
member Join :
millisecondsTimeout : int -> bool
Parameters
- millisecondsTimeout Int32
- Timeout in milliseconds
Return value
Boolean
Returns true if the thread died, or false if the wait timed out. If
-1 is given as the parameter, no timeout will occur.
Exceptions
See also