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


ICOMClient2.GetMessageWithStatus Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICOMClient2.GetMessageWithStatus Method

Returns a message from the Tracking Server.

[Visual Basic .NET]
Public Function getMessageWithStatus ( _
    ByVal TimeOut As Integer, _
    ByRef Status As Integer _
) As IMessage
[C#]
public IMessage getMessageWithStatus (
    int TimeOut,
    ref int Status
);
[C++]
HRESULT getMessageWithStatus(
  Long TimeOut,
  Status* Status,
  IMessage** message
);
[C++]

Parameters TimeOut [in] TimeOut is a parameter of type Long Status [out] Status is a parameter of type message [out, retval]
message is a parameter of type IMessage

Product Availability

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

See Also

ICOMClient2 Interface