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


IUploader.TimeoutInSecs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploader Interface > IUploader.TimeoutInSecs Property
ArcGIS Developer Help

IUploader.TimeoutInSecs Property

.

[Visual Basic .NET]
Public Property TimeoutInSecs As Integer
[C#]
public int TimeoutInSecs {get; set;}
[C++]
HRESULT get_TimeoutInSecs(
  Long pTimeout
);
[C++]
HRESULT put_TimeoutInSecs(
  System.Int32* pTimeout
);
[C++]
Parameters
pTimeout [in]

pTimeout is a parameter of type int pTimeout [out, retval]
pTimeout is a parameter of type int*

Product Availability

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

See Also

IUploader Interface