StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.ISourceStatusEvent Interface Reference

Provides information about the change in status of an Integration Adapter to which StreamLink is connected via the Liberator. More...

Properties

string SourceName [get]
 Returns the name of the Integration Adapter that has changed state. More...
 
Caplin.StreamLink.SourceStatus SourceStatus [get]
 Returns the new status of an Integration Adapter. More...
 

Detailed Description

Provides information about the change in status of an Integration Adapter to which StreamLink is connected via the Liberator.

The SourceStatusEvent will be provided on a onSourceStatusChange callback to a IConnectionListener.

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

Property Documentation

string Caplin.StreamLink.ISourceStatusEvent.SourceName
get

Returns the name of the Integration Adapter that has changed state.

  • The Integration Adapter name.
Caplin.StreamLink.SourceStatus Caplin.StreamLink.ISourceStatusEvent.SourceStatus
get

Returns the new status of an Integration Adapter.

  • The Integration Adapter status.

Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET