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,
  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

IPlugin Interface