Fired whenever any connection succeeds, including the very first one. After a roughFailover, the first server to which a successful connection is made will become the primary, and any active queries will be resubmitted to it.

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<ConnectionEstablishedEventArgs> ConnectionEstablishedEvent
Public Event ConnectionEstablishedEvent As EventHandler(Of ConnectionEstablishedEventArgs)
public:
 event EventHandler<ConnectionEstablishedEventArgs^>^ ConnectionEstablishedEvent {
	void add (EventHandler<ConnectionEstablishedEventArgs^>^ value);
	void remove (EventHandler<ConnectionEstablishedEventArgs^>^ value);
}

See Also