ConnectedStorageContainer.SubmitUpdatesAsync Method

Submits a set of changes to blobs in this container.

Important A signed-in user is required to perform operations on per-user Connected Storage containers.

You should not cache a per-user ConnectedStorageContainer after a user has signed-out - operations performed on it will fail with error code E_FAIL (0x80004005).

If you need to save data for a user as the user is signing-out, you will need to complete your SubmitUpdatesAsync operation within the User::SignOutStarted event callback, or take a deferral from within the User::SignOutStarted callback - see the documentation for SignOutDeferral for more information.

Overload list

Name Description
ConnectedStorageContainer.SubmitUpdatesAsync (Generic IMapView, Generic IIterable) Submits a set of changes to blobs in this container.
ConnectedStorageContainer.SubmitUpdatesAsync (Generic IMapView, Generic IIterable, String) Submits a set of changes to blobs in this container with the provided friendly display name.

See also

Reference

ConnectedStorageContainer Class

ConnectedStorageContainer Members

SignOutDeferral Class

Windows.Xbox.Storage Namespace