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