GameSaveProvider.GetRemainingBytesInQuotaAsync Method

Definition

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

IAsyncOperation<Int64>

Windows.Foundation.IAsyncOperation

IAsyncOperation<long>

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

Applies to

See also