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


ICOMClient2.GetMessageWithStatus Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICOMClient2 Interface > ICOMClient2.GetMessageWithStatus Method
ArcGIS Developer Help

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,
  System.Int32* Status
);
[C++]
Parameters
TimeOut [in]

TimeOut is a parameter of type int Status [out]
Status is a parameter of type HRESULT*

Product Availability

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

See Also

ICOMClient2 Interface