added periodic ping to http session controller

This commit is contained in:
Luke Pulverenti
2014-05-28 11:51:42 -04:00
parent 29ba865ab8
commit cb7fb3ae5c
4 changed files with 76 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ namespace MediaBrowser.Controller.Session
/// </summary>
/// <param name="sessionId">The session identifier.</param>
/// <returns>Task.</returns>
Task ReportSessionEnded(string sessionId);
void ReportSessionEnded(string sessionId);
/// <summary>
/// Gets the session info dto.