Share via


IsolatedWindowsEnvironmentProcess.WaitForExitAsync メソッド

定義

非推奨になりました。 呼び出し元がプロセスの完了を非同期的に待機できるようにします。

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

戻り値

HRESULT

属性

注釈

警告

これは非推奨の API です。

適用対象