Interface IReplicationService
Contract for a replication service.
Namespace: Lucene.Net.Replicator.Http.Abstractions
Assembly: Lucene.Net.Replicator.dll
Syntax
public interface IReplicationService
Methods
| Improve this Doc View SourcePerform(IReplicationRequest, IReplicationResponse)
Executes the replication task.
Declaration
void Perform(IReplicationRequest request, IReplicationResponse response)
Parameters
Type | Name | Description |
---|---|---|
IReplication |
request | |
IReplication |
response |