ArcObjects Library Reference (TrackingAnalyst)  

IServerConnection.GetMessage Method

Retrieves a message from the server connection.

[Visual Basic .NET]
Public Function getMessage ( _
    ByVal nTimeOutInMilliseconds As Integer _
) As IMessage
[C#]
public IMessage getMessage (
    int nTimeOutInMilliseconds
);
[C++]
HRESULT getMessage(
  long nTimeOutInMilliseconds,
  IMessage** ppIMessage
);
[C++]

Parameters

nTimeOutInMilliseconds [in]   nTimeOutInMilliseconds is a parameter of type long ppIMessage [out, retval]

  ppIMessage is a parameter of type IMessage

Product Availability

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

See Also

IServerConnection Interface