Package | Description |
---|---|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Field and Description |
---|---|
Event<EventHandler<OperationProgressEventArgs>> |
EventHub.OperationProgressChanged
Occurs when the progress of indexing or update operation is changed.
|
protected EventHandler<OperationProgressEventArgs> |
EventHub.OperationProgressChangedDelegate |
Modifier and Type | Method and Description |
---|---|
protected static OperationProgressEventArgs |
OperationProgressEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
int status,
int totalDocumentsCount,
int processedDocumentsCount,
int skippedDocumentsCount,
String lastDocumentKey,
String lastDocumentPath,
int lastDocumentStatus) |