StreamLink for Silverlight
ServiceStatusUpdated Method (ev)
StreamLink for SilverlightCaplin.StreamLinkIConnectionListenerServiceStatusUpdated(IServiceStatusEvent)
This method is called when the state of the data service being used by the server changes. It provides information about the new service state.
Declaration Syntax
C#Visual BasicVisual C++
void ServiceStatusUpdated(
	IServiceStatusEvent ev
)
Sub ServiceStatusUpdated ( _
	ev As IServiceStatusEvent _
)
void ServiceStatusUpdated(
	IServiceStatusEvent^ ev
)
Parameters
ev (IServiceStatusEvent)
The service status event
Remarks
You can get specific details about the data service state from the properties of the IServiceStatusEvent supplied in ev.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)