This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface > IWCSLayer.Timeout Property (ArcObjects .NET 10.4 SDK) |
The request timeout value in seconds.
[Visual Basic .NET] Public Property Timeout As Integer
[C#] public int Timeout {get; set;}
[C++]
HRESULT get_Timeout(
long* pTimeout
);
[C++]
HRESULT put_Timeout(
long pTimeout
);
[C++]
Parameters pTimeout [out, retval] pTimeout is a parameter of type long pTimeout [in] pTimeout is a parameter of type long