Cancellation

SearchOptions.Cancellation property

Gets or sets the operation cancellation object. The default value is null.

public Cancellation Cancellation { get; set; }

Property Value

The operation cancellation object.

See Also