StreamLink.NET
SourceStatusUpdated Method (ev)
StreamLink.NETCaplin.StreamLinkIConnectionListenerSourceStatusUpdated(ISourceStatusEvent)
This method is called when the state of the DataSource being used by the server changes. It provides information about the new DataSource state.
Declaration Syntax
C#Visual BasicVisual C++
void SourceStatusUpdated(
	ISourceStatusEvent ev
)
Sub SourceStatusUpdated ( _
	ev As ISourceStatusEvent _
)
void SourceStatusUpdated(
	ISourceStatusEvent^ ev
)
Parameters
ev (ISourceStatusEvent)
The source status event
Remarks
You can get specific details about the DataSource state from the properties of the ISourceStatusEvent supplied in ev.

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