PackageTransferManager.AreChunksInstalled Method

Checks if a specified list of chunks are installed.

Syntax

public:
bool AreChunksInstalled(
         IIterable<uint32>^ chunkIds
)  

Parameters

chunkIds
Type: IIterable<uint32> 

  A collection of IDs for the chunks to check.

Return value

Type: bool 

 Returns true if the specified chunks are installed.

Requirements

Namespace: Windows.Xbox.Management.Deployment

Metadata: windows.winmd

See also

Reference

PackageTransferManager Class

PackageTransferManager Members

Windows.Xbox.Management.Deployment Namespace