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 SourcePackageStoreEventArgs()
Constructor for a package store event
Declaration
public PackageStoreEventArgs()
Properties
| Improve this Doc View SourceCurrent
Operation current value
Declaration
public long Current { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Total
Operation total value
Declaration
public long Total { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |