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


IInternetServerConnection.GetMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IInternetServerConnection.GetMessage Method

Gets message via the Internet 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

IInternetServerConnection Interface