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


ICOMClient.GetMessage Method (ArcObjects .NET 10.5 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,
  IMessage** ppIMessage
);
[C++]

Parameters nTimeOut [in] nTimeOut is a parameter of type Long ppIMessage [out, retval]
ppIMessage is a parameter of type IMessage

Product Availability

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

See Also

ICOMClient Interface