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


IRealTimeFeedEvents.ConnectionStatusUpdated Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedEvents.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

IRealTimeFeedEvents Interface