AsyncTimeoutAttribute.Duration Property

Visual Studio 2010

Gets the timeout duration, in milliseconds.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property Duration As Integer
	Get
	Private Set

Property Value

Type: System.Int32
The timeout duration, in milliseconds.

The default timeout is 4500 (45 seconds).

Community Additions

ADD
Show: