This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel2 Interface > ITrackCancel2.Timeout Property (ArcObjects .NET 10.5 SDK) |
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