Returns true immediately if the thread is done; otherwise waits up to millisecondsToWait for the thread to finish, then returns false if the thread is not done yet.
public bool IsThreadDoneWait(long millisecondsToWait);
Public Function IsThreadDoneWait(millisecondsToWait As long) As bool
|
Parameters |
Description |
|
millisecondsToWait |
Number of milliseconds to wait, if the thread is not done yet. |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|