C# Class Orc.NuGetExplorer.RollbackWatcher

Inheritance: PackageManagerWatcherBase
Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq

Protected Methods

Method Description
OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void

Private Methods

Method Description
OnOperationContextDisposing ( object sender, OperationContextEventArgs e ) : void

Method Details

OnOperationStarting() protected method

protected OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
return void

RollbackWatcher() public method

public RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq
packageOperationNotificationService IPackageOperationNotificationService
packageOperationContextService IPackageOperationContextService
rollbackPackageOperationService IRollbackPackageOperationService
backupFileSystemService IBackupFileSystemService
fileSystemService IFileSystemService
return System.Linq