NetworkIndexingProgressEventArgs

NetworkIndexingProgressEventArgs class

Represents the arguments for the progress change event of the indexing operation.

public class NetworkIndexingProgressEventArgs : EventArgs

Properties

Name Description
NodeIndex { get; } Gets the index of the search network node.
ProcessedDocuments { get; } Gets the number of processed documents.
ProgressPercentage { get; } Gets the percentage of the progress.
ServiceIndex { get; } Gets the index of the search network node service.
TotalDocuments { get; } Gets the total number of documents for processing.

See Also