This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICOMClient Interface > ICOMClient.GetMessage Method (ArcObjects .NET 10.4 SDK) |
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