BackgroundDownloader.CompletionGroup Property
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.
Gets the BackgroundTransferCompletionGroup associated with the BackgroundDownloader.
public:
property BackgroundTransferCompletionGroup ^ CompletionGroup { BackgroundTransferCompletionGroup ^ get(); };
BackgroundTransferCompletionGroup CompletionGroup();
public BackgroundTransferCompletionGroup CompletionGroup { get; }
var backgroundTransferCompletionGroup = backgroundDownloader.completionGroup;
Public ReadOnly Property CompletionGroup As BackgroundTransferCompletionGroup
Property Value
The BackgroundTransferCompletionGroup associated with the BackgroundDownloader . This property can be null.