StreamLink.NET  6.2.5-3365-c52f31b
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IServiceStatusEvent Interface Reference

Provides information about the change in status of a data service to which StreamLink is connected via the Liberator. More...

Properties

string ServiceName [get]
 Returns the name of the service that has changed state. More...
 
Caplin.StreamLink.ServiceStatus ServiceStatus [get]
 Returns the new ServiceStatus of a service. More...
 

Detailed Description

Provides information about the change in status of a data service to which StreamLink is connected via the Liberator.

The ServiceStatusEvent will be provided on a onServiceStatusChange callback to a IConnectionListener.

Property Documentation

string Caplin.StreamLink.IServiceStatusEvent.ServiceName
get

Returns the name of the service that has changed state.

the service name

Caplin.StreamLink.ServiceStatus Caplin.StreamLink.IServiceStatusEvent.ServiceStatus
get

Returns the new ServiceStatus of a service.

the service status


Generated on Wed May 13 2015 10:27:18 for StreamLink.NET