GameSaveBlobInfoGetResult Class

Definition

public ref class GameSaveBlobInfoGetResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveBlobInfoGetResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveBlobInfoGetResult
Public NotInheritable Class GameSaveBlobInfoGetResult
Inheritance
Object Platform::Object IInspectable GameSaveBlobInfoGetResult
Attributes

Windows requirements

Device family
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Gaming.XboxLive.StorageApiContract (introduced in v1.0)

Remarks

GameSaveBlobInfoGetResult is returned when GameSaveBlobInfoQuery.GetBlobInfoAsync completes, and contains the result of the asynchronous operation. If the operation completed with no errors, GameSaveBlobInfoGetResult.Value contains the blob info.

Important

This API is targeted towards UWP games and apps with Xbox Live Enabled. Calls to these APIs made from sources that are not Xbox Live enabled will not be able to sync data to the cloud.

Properties

Status

Status result of the asynchronous game save blob info request.

Value

Information about a blob returned by GameSaveBlobInfoQuery.

Applies to

See also