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));
        }