ArcObjects Library Reference (Carto)  

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