ArcObjects Library Reference (GISClient)  

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(
  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

IUploader Interface