IsolatedWindowsEnvironmentProcess.WaitForExitWithTimeout(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Allows caller to specify a timeout for process completion.
public:
virtual void WaitForExitWithTimeout(unsigned int timeoutMilliseconds) = WaitForExitWithTimeout;
void WaitForExitWithTimeout(uint32_t const& timeoutMilliseconds);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
void WaitForExitWithTimeout(uint32_t const& timeoutMilliseconds);
public void WaitForExitWithTimeout(uint timeoutMilliseconds);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public void WaitForExitWithTimeout(uint timeoutMilliseconds);
function waitForExitWithTimeout(timeoutMilliseconds)
Public Sub WaitForExitWithTimeout (timeoutMilliseconds As UInteger)
Parameters
- timeoutMilliseconds
-
UInt32
unsigned int
uint32_t
Amount of time allowed before timeout.
- Attributes
Remarks
Warning
This is a deprecated API.