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.