SessionStateSection.SqlCommandTimeout Property

Definition

Gets or sets the duration time-out for the SQL commands using the SQL Server session state mode.

[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("sqlCommandTimeout", DefaultValue="00:00:30")]
public TimeSpan SqlCommandTimeout { get; set; }

Property Value

The amount of time, in seconds, after which a SQL command will time out. The default is 30 seconds.

Attributes

Examples

The following code example demonstrates how to get the SqlCommandTimeout property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.

// Display the current SqlCommandTimeout property value.
Console.WriteLine("SqlCommandTimeout: {0}",
  sessionStateSection.SqlCommandTimeout);

Applies to

Prodotto Versioni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1