Class Configuration.AdapterConfig
A collection of configuration parameters for the Adapter class.
public class Configuration.AdapterConfig : Configuration.AbstractConfig
- Inheritance
-
Configuration.AdapterConfig
- Inherited Members
Properties
DefaultSearchTimeout
Gets or sets the value of the DefaultSearchTimeout property.
public Duration DefaultSearchTimeout { get; set; }
Property Value
DefaultUseEnsureVisible
Gets or sets the value of the DefaultUseEnsureVisible property.
public bool DefaultUseEnsureVisible { get; set; }
Property Value
TimeoutFactor
Gets or sets a value that all timeouts of find operations are multiplied with.
public double TimeoutFactor { get; set; }