Package | Description |
---|---|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Field and Description |
---|---|
Event<EventHandler<OperationFinishedEventArgs>> |
EventHub.OperationFinished
Occurs when an index operation is finished.
|
protected EventHandler<OperationFinishedEventArgs> |
EventHub.OperationFinishedDelegate |
Modifier and Type | Method and Description |
---|---|
protected static OperationFinishedEventArgs |
OperationFinishedEventArgs.create(int operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
int status,
String message) |