Orc.NuGetExplorer.PackageManager.NotifyOperationBatchFinished C# (CSharp) Метод

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

public NotifyOperationBatchFinished ( PackageOperationType operationType ) : void
operationType PackageOperationType
Результат void
        public void NotifyOperationBatchFinished(PackageOperationType operationType, params IPackageDetails[] packages)
        {
            Argument.IsNotNullOrEmptyArray(() => packages);

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