C# Класс Orc.NuGetExplorer.RollbackWatcher

Наследование: PackageManagerWatcherBase
Показать файл Открыть проект

Открытые методы

Метод Описание
RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq

Защищенные методы

Метод Описание
OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void

Приватные методы

Метод Описание
OnOperationContextDisposing ( object sender, OperationContextEventArgs e ) : void

Описание методов

OnOperationStarting() защищенный Метод

protected OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
Результат void

RollbackWatcher() публичный Метод

public RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq
packageOperationNotificationService IPackageOperationNotificationService
packageOperationContextService IPackageOperationContextService
rollbackPackageOperationService IRollbackPackageOperationService
backupFileSystemService IBackupFileSystemService
fileSystemService IFileSystemService
Результат System.Linq