IndexProgressArgs Class

Progress information for a index operation.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class IndexProgressArgs : EventArgs
Inheritance
Object    EventArgs    IndexProgressArgs

Constructors

IndexProgressArgs Initializes a new instance of the IndexProgressArgs class.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

FileState The indexing state of the current file being indexed
IndexedCount The number of files that have been indexed so far.
IndexedSize The size, in bytes, of the amount of data indexed (based on file size).
IndexState The number of files that have been searched so far.
Progress Description of the current progress message.
TotalCount The total count of the files checked for indexing.
TotalSize The size, in bytes, of the files checked for indexing (based on file size).

See Also