ApocDriverTimeout Property |
Gets or sets the time in milliseconds until an HTTP image request
times out.
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
public:
virtual property int Timeout {
int get () sealed;
void set (int value) sealed;
}
abstract Timeout : int with get, set
override Timeout : int with get, set
Property Value
Type:
Int32
The timeout value in milliseconds
Implements
IDriverTimeout
Remarks
The default value is 100000 milliseconds.
See Also