This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection Interface > IServerConnection.GetMessage Method (ArcObjects .NET 10.5 SDK) |
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