JET_SNPROG members

Include protected members
Include inherited members

Contains information about the progress of a long-running operation.

The JET_SNPROG type exposes the following members.

Constructors

  Name Description
Public method JET_SNPROG

Top

Properties

  Name Description
Public property cunitDone Gets the number of work units that are already completed during the long running operation.
Public property cunitTotal Gets the number of work units that need to be completed. This value will always be bigger than or equal to cunitDone.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value indicating whether this instance is equal to another instance. (Overrides Object.Equals(Object).)
Public method Equals(JET_SNPROG) Returns a value indicating whether this instance is equal to another instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_SNPROG class

Microsoft.Isam.Esent.Interop namespace