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


ITAUpdateControl.Listener Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITAUpdateControl.Listener Property

The mechanism for real-time feeds to notify the dynamic controller.

[Visual Basic .NET]
Public ReadOnly Property Listener As IListener
[C#]
public IListener Listener {get;}
[C++]
HRESULT get_Listener(
  IListener** ppiListener
);
[C++]

Parameters ppiListener [out, retval]
ppiListener is a parameter of type IListener**

Product Availability

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

See Also

ITAUpdateControl Interface