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


ITrackCancel2.Timeout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel2 Interface > ITrackCancel2.Timeout Property
ArcGIS Developer Help

ITrackCancel2.Timeout Property

The time out in ms interval for a lengthy operation. The negative value means no timeout.

[Visual Basic .NET]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}
[C++]
HRESULT get_Timeout(
  long timeoutMS
);
[C++]
HRESULT put_Timeout(
  System.Int32* timeoutMS
);
[C++]
Parameters
timeoutMS [in]

timeoutMS is a parameter of type long timeoutMS [out, retval]
timeoutMS is a parameter of type long*

Product Availability

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

See Also

ITrackCancel2 Interface