See Also

Series Class  | Series Members  | DataEngine Class

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

CommandTimeout Property

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

[Visual Basic]
Public Property CommandTimeout As Integer
[C#]
public int CommandTimeout {get; set;}

Example

The follwoing example set the command timeout to 45 seconds.

[C#] 

Chart.Series.CommandTimeout=45;

[Visual Basic] 

Chart.Series.CommandTimeout=45

See Also

Series Class  | Series Members  | DataEngine Class

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.