1 out of 8 rated this helpful - Rate this topic

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.

Name Description
Process.WaitForExit () Instructs the Process component to wait indefinitely for the associated process to exit.

Supported by the .NET Compact Framework.

Process.WaitForExit (Int32) Instructs the Process component to wait the specified number of milliseconds for the associated process to exit.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.