TransSynchronizationAgent.QueryTimeout Property

Definition

Gets or sets the number of seconds that are allowed for internal queries to complete.

public:
 virtual property int QueryTimeout { int get(); void set(int value); };
public virtual int QueryTimeout { get; set; }
member this.QueryTimeout : int with get, set
Public Overridable Property QueryTimeout As Integer

Property Value

The number of seconds that are allowed for internal queries to complete.

Implements

Remarks

The default value for QueryTimeout is 30.

Setting a value of 0 for QueryTimeout means that a query will never time out.

Applies to