Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.15 KB

gamesaveprovider_deletecontainerasync_1360317562.md

File metadata and controls

37 lines (22 loc) · 1.15 KB
-api-id -api-type
M:Windows.Gaming.XboxLive.Storage.GameSaveProvider.DeleteContainerAsync(System.String)
winrt method

Windows.Gaming.XboxLive.Storage.GameSaveProvider.DeleteContainerAsync

-description

Asynchronously deletes the specified game save container.

-parameters

-param name

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

String name of the container to delete.

-returns

Type: IAsyncOperation<;GameSaveOperationResult>;

IAsyncOperation<;GameSaveOperationResult>; that represents the state of the asynchronous operation.

-remarks

After the asynchronous operation completes, check the Status property of the result to determine whether the operation succeeded with GameSaveErrorStatus.Ok.

-examples

-see-also

GameSaveProvider