ApplicationDeployment.DownloadFileGroupAsyncCancel(String) Method

Definition

Cancels an asynchronous file download.

public:
 void DownloadFileGroupAsyncCancel(System::String ^ groupName);
public void DownloadFileGroupAsyncCancel (string groupName);
member this.DownloadFileGroupAsyncCancel : string -> unit
Public Sub DownloadFileGroupAsyncCancel (groupName As String)

Parameters

groupName
String

The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.

Exceptions

groupName cannot be null.

Applies to