Orc.NuGetExplorer.PackageManager.NotifyOperationBatchFinished C# (CSharp) Méthode

NotifyOperationBatchFinished() public méthode

public NotifyOperationBatchFinished ( PackageOperationType operationType ) : void
operationType PackageOperationType
Résultat void
        public void NotifyOperationBatchFinished(PackageOperationType operationType, params IPackageDetails[] packages)
        {
            Argument.IsNotNullOrEmptyArray(() => packages);

            OperationsBatchFinished.SafeInvoke(this, new PackageOperationBatchEventArgs(operationType, packages));
        }