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

SynchronizeOptions

SynchronizeOptions class

Provides options for the synchronize operation.

public class SynchronizeOptions

Constructors

Name Description
SynchronizeOptions() Initializes a new instance of the SynchronizeOptions class.

Properties

Name Description
IsAsync { get; set; } Gets or sets the flag of asynchronous performing the operation. The default value is false.

See Also