Fired whenever one of the secondary connections has been lost. Since the primary connection is still working fine this is just for information purposes. Nothing will happen to any ongoing queries.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<SecondaryConnectionLostEventArgs> SecondaryConnectionLostEvent
Public Event SecondaryConnectionLostEvent As EventHandler(Of SecondaryConnectionLostEventArgs)
public:
 event EventHandler<SecondaryConnectionLostEventArgs^>^ SecondaryConnectionLostEvent {
	void add (EventHandler<SecondaryConnectionLostEventArgs^>^ value);
	void remove (EventHandler<SecondaryConnectionLostEventArgs^>^ value);
}

See Also