ApplicationDeployment.DownloadFileGroupAsyncCancel(String) Method
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.
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
.