C# 클래스 WaveBox.Service.Services.NowPlayingService

상속: IService
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
NowPlayingService ( ) : System
Register ( User user, IMediaItem m, long timestamp = null ) : bool
Start ( ) : bool
Stop ( ) : bool
Unregister ( string userName, string clientName ) : bool

메소드 상세

NowPlayingService() 공개 메소드

public NowPlayingService ( ) : System
리턴 System

Register() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool

Unregister() 공개 메소드

public Unregister ( string userName, string clientName ) : bool
userName string
clientName string
리턴 bool