Share via


RestrictedAppContainer.DeleteAsync | deleteAsync method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Deletes an existing RestrictedAppContainer, identified by name.

Syntax

Windows.ApplicationModel.Core.RestrictedAppContainer.deleteAsync(name).done( /* Your success and error handlers */ );
public static IAsyncAction DeleteAsync(
  string name
)
Public Shared Function DeleteAsync(
  name As String 
) As IAsyncAction
public:
static IAsyncAction^ DeleteAsync(
  String^ name
)

Parameters

Return value

Type: IAsyncAction

An asynchronous handler called when the operation is complete.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.winmd

See also

RestrictedAppContainer