Show / Hide Table of Contents

Class PackageStoreEventArgs

Progress base class for various operations in a metadata store

Inheritance
System.Object
System.EventArgs
PackageStoreEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Microsoft.PackageGraph.Storage
Assembly: package-graph-microsoft-update.dll
Syntax
public class PackageStoreEventArgs : EventArgs

Constructors

| Improve this Doc View Source

PackageStoreEventArgs()

Constructor for a package store event

Declaration
public PackageStoreEventArgs()

Properties

| Improve this Doc View Source

Current

Operation current value

Declaration
public long Current { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Total

Operation total value

Declaration
public long Total { get; set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX