Constructor IndexReplicationHandler
IndexReplicationHandler(Directory, Func<Nullable<Boolean>>)
Constructor with the given index directory and callback to notify when the indexes were updated.
Declaration
public IndexReplicationHandler(Directory indexDirectory, Func<bool?> callback)
Parameters
Type | Name | Description |
---|---|---|
Directory | indexDirectory | |
Func<System.Nullable<System.Boolean>> | callback |