IVsExtensionRepository.DownloadAsyncCancel, méthode
Cancels an asynchronous download operation.
Espace de noms : Microsoft.VisualStudio.ExtensionManager
Assembly : Microsoft.VisualStudio.ExtensionManager (dans Microsoft.VisualStudio.ExtensionManager.dll)
Syntaxe
'Déclaration
Sub DownloadAsyncCancel ( _
downloadJobId As Guid _
)
void DownloadAsyncCancel(
Guid downloadJobId
)
void DownloadAsyncCancel(
Guid downloadJobId
)
abstract DownloadAsyncCancel :
downloadJobId:Guid -> unit
function DownloadAsyncCancel(
downloadJobId : Guid
)
Paramètres
downloadJobId
Type : GuidThe ID of the download operation to be canceled.
Notes
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
The GUID that is required by this method is returned by the DownloadAsync method.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.