C# Class MyGetMirror.VsixPackageMirrorCommand

Show file Open project: NuGet/Entropy Class Usage Examples

Public Methods

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

Method Details

MirrorAsync() public method

public MirrorAsync ( string id, string version, CancellationToken token ) : Task
id string
version string
token System.Threading.CancellationToken
return Task

VsixPackageMirrorCommand() public method

public VsixPackageMirrorCommand ( bool overwriteExisting, IVsixPackageDownloader sourcePackageDownloader, IVsixPackageDownloader destinationPackageDownloader, IVsixPackagePusher packagePusher ) : System
overwriteExisting bool
sourcePackageDownloader IVsixPackageDownloader
destinationPackageDownloader IVsixPackageDownloader
packagePusher IVsixPackagePusher
return System