IsolatedWindowsEnvironmentProcess.WaitForExitAsync Method

Definition

Deprecated. Allows caller to wait for process completion asynchronously.

public:
 virtual IAsyncAction ^ WaitForExitAsync() = WaitForExitAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction WaitForExitAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [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")]
IAsyncAction WaitForExitAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction WaitForExitAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[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 IAsyncAction WaitForExitAsync();
function waitForExitAsync()
Public Function WaitForExitAsync () As IAsyncAction

Returns

HRESULT

Attributes

Remarks

Warning

This is a deprecated API.

Applies to