GameSaveProvider.GetRemainingBytesInQuotaAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the bytes remaining in the user's quota for this game save provider.
public:
virtual IAsyncOperation<long long> ^ GetRemainingBytesInQuotaAsync() = GetRemainingBytesInQuotaAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<long> GetRemainingBytesInQuotaAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<long> GetRemainingBytesInQuotaAsync();
function getRemainingBytesInQuotaAsync()
Public Function GetRemainingBytesInQuotaAsync () As IAsyncOperation(Of Long)
Returns
Type: IAsyncOperation<;Int64>;
Remaining size, in bytes, of the user's quota for this game save provider.
- Attributes
Remarks
Each user has a per-game quota of data that can be stored in connected storage