XPathNodeIterator ExecuteProgramWithArgumentsInDirectoryWithTimeout (long timeoutInSeconds, string directoryPath, string program, string arguments)
Runs the specified program with arguments formatted as a string in the specified working directory.
Will stop operation after specified elapsed time is exceeded.
Parameters:
timeoutInSeconds | The timeout in seconds. |
directoryPath | Full pathname of the directory. |
program | The program. |
arguments | The arguments. |
Returns:
A node set.
Last modified date: 10/14/2020