C# Class WaveBox.Service.Services.NowPlayingService

Inheritance: IService
Afficher le fichier Open project: einsteinx2/WaveBox

Méthodes publiques

Méthode Description
NowPlayingService ( ) : System
Register ( User user, IMediaItem m, long timestamp = null ) : bool
Start ( ) : bool
Stop ( ) : bool
Unregister ( string userName, string clientName ) : bool

Method Details

NowPlayingService() public méthode

public NowPlayingService ( ) : System
Résultat System

Register() public méthode

public Register ( User user, IMediaItem m, long timestamp = null ) : bool
user WaveBox.Core.Model.User
m IMediaItem
timestamp long
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

Unregister() public méthode

public Unregister ( string userName, string clientName ) : bool
userName string
clientName string
Résultat bool