This topic has not yet been rated - Rate this topic

AsyncTimeoutAttribute.Duration Property

.NET Framework 4

Gets the timeout duration, in milliseconds.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public int Duration { get; private set; }

Property Value

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

The default timeout is 4500 (45 seconds).

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Remarks section is wrong
The default timeout is 4500 (45 seconds).

Should read 45000 as its in miliseconds