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


IPlugin.PopClientMessage Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPlugin.PopClientMessage Method

Retrieves a client message from the data link.

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

Parameters nTimeOut [in]
nTimeOut is a parameter of type int

Product Availability

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

See Also

IPlugin Interface