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