C# Class WaveBox.Service.Services.NowPlayingService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Public Methods

Method 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 method

public NowPlayingService ( ) : System
return System

Register() public method

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

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool

Unregister() public method

public Unregister ( string userName, string clientName ) : bool
userName string
clientName string
return bool