PackageVolume.GetAvailableSpaceAsync Method

Definition

Gets the available space.

public:
 virtual IAsyncOperation<unsigned long long> ^ GetAvailableSpaceAsync() = GetAvailableSpaceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint64_t> GetAvailableSpaceAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ulong> GetAvailableSpaceAsync();
function getAvailableSpaceAsync()
Public Function GetAvailableSpaceAsync () As IAsyncOperation(Of ULong)

Returns

IAsyncOperation<UInt64>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint64_t>

Returns an asynchronous operation that will complete with the available space.

Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to

See also