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


ITrackCancel2.Timeout Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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