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


IWCSLayer.Timeout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface > IWCSLayer.Timeout Property
ArcGIS Developer Help

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(
  System.Int32* 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