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


IRealTimeFeedManagerEvents.ConnectionStatusUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedManagerEvents Interface > IRealTimeFeedManagerEvents.ConnectionStatusUpdated Event
ArcGIS Developer Help

IRealTimeFeedManagerEvents.ConnectionStatusUpdated Event

Reports the connection information when it is updated.

[Visual Basic .NET]
Public Event ConnectionStatusUpdated As ConnectionStatusUpdatedEventHandler
[C#]
public event ConnectionStatusUpdatedEventHandler ConnectionStatusUpdated
[C++]
HRESULT ConnectionStatusUpdated(
  esriGpsConnectionStatus* pConnectionStatus
);
[C++]
Parameters
pConnectionStatus [in]

pConnectionStatus is a parameter of type esriGpsConnectionStatus*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedManagerEvents Interface