Method StartUpdateThread
StartUpdateThread(Int64, String)
Start the update thread with the specified interval in milliseconds. For
debugging purposes, you can optionally set the name to set on
Lucene.Net.Replicator.ReplicationClient.ReplicationThread.Name. If you pass null
, a default name
will be set.
Declaration
public virtual void StartUpdateThread(long intervalMillis, string threadName)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | intervalMillis | |
System.String | threadName |