1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. NumberOfThreads

NumberOfThreads

NumberOfThreads enumeration

Specifies the number of threads.

public enum NumberOfThreads

Values

Name Value Description
Default 0 The default value.
One 1 One thread.
Two 2 Two threads.
Three 3 Three threads.
Four 4 Four threads.
Five 5 Five threads.
Six 6 Six threads.
Seven 7 Seven threads.
Eight 8 Eight threads.

Remarks

Learn more

See Also