Metodo IVsExtensionRepository.DownloadAsyncCancel
Cancels an asynchronous download operation.
Spazio dei nomi: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Sintassi
'Dichiarazione
Sub DownloadAsyncCancel ( _
downloadJobId As Guid _
)
void DownloadAsyncCancel(
Guid downloadJobId
)
void DownloadAsyncCancel(
Guid downloadJobId
)
abstract DownloadAsyncCancel :
downloadJobId:Guid -> unit
function DownloadAsyncCancel(
downloadJobId : Guid
)
Parametri
downloadJobId
Tipo: GuidThe ID of the download operation to be canceled.
Note
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.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.