MergeSynchronizationAgent.QueryTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of seconds that are allowed for internal queries to finish.
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
A Int32 value that represents the number of seconds.
Implements
Remarks
The default value for QueryTimeout is 30.
Setting a value of 0 for QueryTimeout means that a query will never time out.