QueryProviderTaskCommandTimeout Property

Gets or sets the wait time before terminating the attempt to execute a command and generating an error.

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public int CommandTimeout { get; protected set; }

Property Value

Type: Int32
The time (in seconds) to wait for the command to execute. The default value is 30 seconds. A value of 0 indicates no limit.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe property value assigned is less than 0.
See Also