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


ITAUpdateControl.Listener Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.Listener Property
ArcGIS Developer Help

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