PackageTransferManager.AddChunkSpecifiersAsync Method

Asynchronously adds language or custom tag specifiers to the list of chunks to install.

Syntax

public:
IAsyncOperation<PackageTransferWatcher^ >^ AddChunkSpecifiersAsync(
         ChunkSpecifiers^ additionalSpecifiers
)  

Parameters

additionalSpecifiers
Type: ChunkSpecifiers 

ChunkSpecifiers object that contains the language or custom tag specifiers to add to the list of chunks to install.

Return value

Type: IAsyncOperation<PackageTransferWatcher^ > 

PackageTransferWatcher object that will be invoked when the asynchronous operation is complete.

Requirements

Namespace: Windows.Xbox.Management.Deployment

Metadata: windows.winmd

See also

Reference

PackageTransferManager Class

PackageTransferManager Members

Windows.Xbox.Management.Deployment Namespace