This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICOMClient2 Interface > ICOMClient2.GetMessageWithStatus Method (ArcObjects .NET 10.5 SDK) |
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