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