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