This document is archived and information here might be outdated.  Recommended version.


IWCSLayer.Timeout Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWCSLayer.Timeout Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWCSLayer Interface