GameSaveProvider
GameSaveProvider
GameSaveProvider
GameSaveProvider
Class
Definition
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : sealed class GameSaveProvider : IGameSaveProviderpublic sealed class GameSaveProvider : IGameSaveProviderPublic NotInheritable Class GameSaveProvider Implements IGameSaveProvider// You can use this class in JavaScript.
- Attributes
| Device family |
Xbox Live Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Gaming.XboxLive.StorageApiContract (introduced v1)
|
Properties
ContainersChangedSinceLastSync ContainersChangedSinceLastSync ContainersChangedSinceLastSync ContainersChangedSinceLastSync
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IVectorView<string> ContainersChangedSinceLastSync { get; }public IReadOnlyList<string> ContainersChangedSinceLastSync { get; }Public ReadOnly Property ContainersChangedSinceLastSync As IReadOnlyList<string>// You can use this property in JavaScript.
- Value
- IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
User User User User
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Methods
CreateContainer(String) CreateContainer(String) CreateContainer(String) CreateContainer(String)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameSaveContainer CreateContainer(PlatForm::String name)public GameSaveContainer CreateContainer(String name)Public Function CreateContainer(name As String) As GameSaveContainer// You can use this method in JavaScript.
- name
- PlatForm::String String String String
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
CreateContainerInfoQuery() CreateContainerInfoQuery() CreateContainerInfoQuery() CreateContainerInfoQuery()
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameSaveContainerInfoQuery CreateContainerInfoQuery()public GameSaveContainerInfoQuery CreateContainerInfoQuery()Public Function CreateContainerInfoQuery() As GameSaveContainerInfoQuery// You can use this method in JavaScript.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
- See Also
CreateContainerInfoQuery(String) CreateContainerInfoQuery(String) CreateContainerInfoQuery(String) CreateContainerInfoQuery(String)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameSaveContainerInfoQuery CreateContainerInfoQuery(PlatForm::String containerNamePrefix)public GameSaveContainerInfoQuery CreateContainerInfoQuery(String containerNamePrefix)Public Function CreateContainerInfoQuery(containerNamePrefix As String) As GameSaveContainerInfoQuery// You can use this method in JavaScript.
- containerNamePrefix
- PlatForm::String String String String
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
- See Also
DeleteContainerAsync(String) DeleteContainerAsync(String) DeleteContainerAsync(String) DeleteContainerAsync(String)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncOperation<GameSaveOperationResult> DeleteContainerAsync(PlatForm::String name)public IAsyncOperation<GameSaveOperationResult> DeleteContainerAsync(String name)Public Function DeleteContainerAsync(name As String) As IAsyncOperation( Of GameSaveOperationResult )// You can use this method in JavaScript.
- name
- PlatForm::String String String String
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
GetForUserAsync(User, String) GetForUserAsync(User, String) GetForUserAsync(User, String) GetForUserAsync(User, String)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : static IAsyncOperation<GameSaveProviderGetResult> GetForUserAsync(User user, PlatForm::String serviceConfigId)public static IAsyncOperation<GameSaveProviderGetResult> GetForUserAsync(User user, String serviceConfigId)Public Static Function GetForUserAsync(user As User, serviceConfigId As String) As IAsyncOperation( Of GameSaveProviderGetResult )// You can use this method in JavaScript.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
- serviceConfigId
- PlatForm::String String String String
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
GetRemainingBytesInQuotaAsync() GetRemainingBytesInQuotaAsync() GetRemainingBytesInQuotaAsync() GetRemainingBytesInQuotaAsync()
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncOperation<long> GetRemainingBytesInQuotaAsync()public IAsyncOperation<long> GetRemainingBytesInQuotaAsync()Public Function GetRemainingBytesInQuotaAsync() As IAsyncOperation( Of long )// You can use this method in JavaScript.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
GetSyncOnDemandForUserAsync(User, String) GetSyncOnDemandForUserAsync(User, String) GetSyncOnDemandForUserAsync(User, String) GetSyncOnDemandForUserAsync(User, String)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : static IAsyncOperation<GameSaveProviderGetResult> GetSyncOnDemandForUserAsync(User user, PlatForm::String serviceConfigId)public static IAsyncOperation<GameSaveProviderGetResult> GetSyncOnDemandForUserAsync(User user, String serviceConfigId)Public Static Function GetSyncOnDemandForUserAsync(user As User, serviceConfigId As String) As IAsyncOperation( Of GameSaveProviderGetResult )// You can use this method in JavaScript.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
- serviceConfigId
- PlatForm::String String String String
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.