added session disposal

This commit is contained in:
Luke Pulverenti
2014-03-09 22:33:19 -04:00
parent d494944767
commit 8b534cc34a
3 changed files with 9 additions and 2 deletions

View File

@@ -76,6 +76,13 @@ namespace MediaBrowser.Controller.Session
/// <exception cref="System.ArgumentNullException"></exception>
Task OnPlaybackStopped(PlaybackStopInfo info);
/// <summary>
/// Reports the session ended.
/// </summary>
/// <param name="sessionId">The session identifier.</param>
/// <returns>Task.</returns>
Task ReportSessionEnded(Guid sessionId);
/// <summary>
/// Sends the system command.
/// </summary>