StreamLink.NET  6.2.10-3513-c11dd52
 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 Thu Apr 27 2017 14:05:45 for StreamLink.NET