ScriptManager.AsyncPostBackTimeout 属性

定义

获取或设置一个值,该值指示在未收到响应时异步回发超时前的时间(以秒为单位)。Gets or sets a value that indicates the time, in seconds, before asynchronous postbacks time out if no response is received.

public:
 property int AsyncPostBackTimeout { int get(); void set(int value); };
public int AsyncPostBackTimeout { get; set; }
member this.AsyncPostBackTimeout : int with get, set
Public Property AsyncPostBackTimeout As Integer

属性值

Int32

一个表示超时的整数(以秒为单位)。An integer that represents the time-out in seconds. 默认值为 90 秒。The default value is 90 seconds.

适用于