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


ICOMClient.GetMessage Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICOMClient.GetMessage Method

Returns a message from the Tracking Server.

[Visual Basic .NET]
Public Function getMessage ( _
    ByVal nTimeOut As Integer _
) As IMessage
[C#]
public IMessage getMessage (
    int nTimeOut
);
[C++]
HRESULT getMessage(
  Long nTimeOut
);
[C++]

Parameters nTimeOut [in]
nTimeOut is a parameter of type int

Product Availability

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

See Also

ICOMClient Interface