Wait for a file to be created.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function WaitForFile ( _
path As String, _
timeoutMilliseconds As Integer _
) As Boolean |
| C# |
|---|
public static bool WaitForFile(
string path,
int timeoutMilliseconds
) |
| Visual C++ |
|---|
public:
static bool WaitForFile(
String^ path,
int timeoutMilliseconds
) |
| JavaScript |
|---|
pdf7.PdfWriter.PdfUtil.waitForFile = function(path, timeoutMilliseconds); |
Return Value
True if the file is present before the timeout
See Also