IsolatedWindowsEnvironment.TerminateAsync 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.
Overloads
TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters) |
Deprecated. Terminate Isolated Windows Environment asynchronously with telemetry correlation. |
TerminateAsync() |
Deprecated. Terminate Isolated Windows Environment asynchronously. |
TerminateAsync(IsolatedWindowsEnvironmentTelemetryParameters)
Deprecated. Terminate Isolated Windows Environment asynchronously with telemetry correlation.
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
Parameters
- telemetryParameters
- IsolatedWindowsEnvironmentTelemetryParameters
Telemetry parameters defined by isolatedwindowsenvironmenttelemetryparameters
Returns
- Attributes
Remarks
Warning
This is a deprecated API.
Applies to
TerminateAsync()
Deprecated. Terminate Isolated Windows Environment asynchronously.
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
Returns
- Attributes
Remarks
Warning
This is a deprecated API.