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


IServerConnection.GetMessage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection Interface > IServerConnection.GetMessage Method
ArcGIS Developer Help

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
);
[C++]
Parameters
nTimeOutInMilliseconds [in]

nTimeOutInMilliseconds is a parameter of type long

Product Availability

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

See Also

IServerConnection Interface