IsolatedWindowsEnvironment.TerminateAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters) |
더 이상 사용되지 않습니다. 원격 분석 상관 관계를 사용하여 격리된 Windows 환경을 비동기적으로 종료합니다. |
TerminateAsync() |
더 이상 사용되지 않습니다. 격리된 Windows 환경을 비동기적으로 종료합니다. |
TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters)
더 이상 사용되지 않습니다. 원격 분석 상관 관계를 사용하여 격리된 Windows 환경을 비동기적으로 종료합니다.
public:
virtual IAsyncAction ^ TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters ^ telemetryParameters) = TerminateAsync;
/// [Windows.Foundation.Metadata.Overload("TerminateWithTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
/// [Windows.Foundation.Metadata.Overload("TerminateWithTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
[Windows.Foundation.Metadata.Overload("TerminateWithTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
[Windows.Foundation.Metadata.Overload("TerminateWithTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
function terminateAsync(telemetryParameters)
Public Function TerminateAsync (telemetryParameters As IsolatedWindowsEnvironmentTelemetryParameters) As IAsyncAction
매개 변수
- telemetryParameters
- IsolatedWindowsEnvironmentTelemetryParameters
isolatedwindowsenvironmenttelemetryparameters로 정의된 원격 분석 매개 변수
반환
- 특성
설명
경고
더 이상 사용되지 않는 API입니다.
적용 대상
TerminateAsync()
더 이상 사용되지 않습니다. 격리된 Windows 환경을 비동기적으로 종료합니다.
public:
virtual IAsyncAction ^ TerminateAsync() = TerminateAsync;
/// [Windows.Foundation.Metadata.Overload("TerminateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction TerminateAsync();
/// [Windows.Foundation.Metadata.Overload("TerminateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 TerminateAsync();
[Windows.Foundation.Metadata.Overload("TerminateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction TerminateAsync();
[Windows.Foundation.Metadata.Overload("TerminateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 TerminateAsync();
function terminateAsync()
Public Function TerminateAsync () As IAsyncAction
반환
- 특성
설명
경고
더 이상 사용되지 않는 API입니다.