.NET Framework Class Library
Process..::.WaitForExit Method

Sets the period of time to wait for the associated process to exit, and blocks the current thread of execution until the time has elapsed or the process has exited.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkWaitForExit()()()Instructs the Process component to wait indefinitely for the associated process to exit.
Public methodSupported by the .NET Compact FrameworkWaitForExit(Int32)Instructs the Process component to wait the specified number of milliseconds for the associated process to exit.
Top
See Also

Reference

Tags :


Community Content

Thomas Lee
WaitForExit Help

Refer to my blog for very helpful advice on Process WaitForExit examples..

Jeff Fischer


Page view tracker