ArcObjects Library Reference (TrackingAnalyst)  

ICommandMessage.TimeOut Property

Timeout value for the command message.

[Visual Basic .NET]
Public Property TimeOut As Integer
[C#]
public int TimeOut {get; set;}
[C++]
HRESULT get_TimeOut(
  Long* pVal
);
[C++]
HRESULT put_TimeOut(
  Long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Long pVal [in]   pVal is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ICommandMessage Interface