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


IClientConnection.PopClientMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IClientConnection.PopClientMessage Method

Obtain next message from the client queue.

[Visual Basic .NET]
Public Function popClientMessage ( _
    ByVal nTimeOut As Integer _
) As IMessage
[C#]
public IMessage popClientMessage (
    int nTimeOut
);
[C++]
HRESULT popClientMessage(
  Long nTimeOut,
  IMessage** piMessage
);
[C++]

Parameters nTimeOut [in] nTimeOut is a parameter of type Long piMessage [out, retval]
piMessage is a parameter of type IMessage

Product Availability

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

See Also

IClientConnection Interface