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(
  long timeoutMS
);
[C++]

Parameters

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

Product Availability

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

See Also

ITrackCancel2 Interface