StreamLink.NET
ConnectionStatusUpdated Method (ev)
StreamLink.NETCaplin.StreamLinkIConnectionListenerConnectionStatusUpdated(IConnectionStatusEvent)
This method is called when the state of the connection to the Liberator changes. It provides information about the new connection state.
Declaration Syntax
C#Visual BasicVisual C++
void ConnectionStatusUpdated(
	IConnectionStatusEvent ev
)
Sub ConnectionStatusUpdated ( _
	ev As IConnectionStatusEvent _
)
void ConnectionStatusUpdated(
	IConnectionStatusEvent^ ev
)
Parameters
ev (IConnectionStatusEvent)
The connection status event.
Remarks
You can get specific details about the connection state from the properties of the IConnectionStatusEvent supplied in ev.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)