Property MaxThreadCount
MaxThreadCount
Gets or sets the max # simultaneous threads that may be running. If a merge is necessary yet we already have this many threads running, the incoming thread (that is calling add/updateDocument) will block until a merge thread has completed.
Declaration
public virtual int MaxThreadCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |