C# Class MyGetMirror.VsixPackageMirrorCommand

Afficher le fichier Open project: NuGet/Entropy Class Usage Examples

Méthodes publiques

Méthode Description
MirrorAsync ( string id, string version, CancellationToken token ) : Task
VsixPackageMirrorCommand ( bool overwriteExisting, IVsixPackageDownloader sourcePackageDownloader, IVsixPackageDownloader destinationPackageDownloader, IVsixPackagePusher packagePusher ) : System

Method Details

MirrorAsync() public méthode

public MirrorAsync ( string id, string version, CancellationToken token ) : Task
id string
version string
token System.Threading.CancellationToken
Résultat Task

VsixPackageMirrorCommand() public méthode

public VsixPackageMirrorCommand ( bool overwriteExisting, IVsixPackageDownloader sourcePackageDownloader, IVsixPackageDownloader destinationPackageDownloader, IVsixPackagePusher packagePusher ) : System
overwriteExisting bool
sourcePackageDownloader IVsixPackageDownloader
destinationPackageDownloader IVsixPackageDownloader
packagePusher IVsixPackagePusher
Résultat System