StreamLink for Silverlight
ISourceStatusEvent Interface
StreamLink for SilverlightCaplin.StreamLinkISourceStatusEvent
Contains information about a change in the status of a DataSource to which StreamLink is connected via the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISourceStatusEvent
Public Interface ISourceStatusEvent
public interface class ISourceStatusEvent
Members
All MembersProperties



IconMemberDescription
Name
Gets the name of the DataSource whose status has changed.

Status
Gets the status of the DataSource.

Remarks

An object of type ISourceStatusEvent is supplied to the SourceStatusUpdated(ISourceStatusEvent) method of all registered IConnectionListeners.

Within Liberator, data is considered to be available through a particular data service rather than from the underlying DataSource or DataSources. Therefore, if your application needs to know about the availability of data, it should examine the status of the data service supplying that data, by looking at IServiceStatusEvents, rather than examining ISourceStatusEvents.

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