diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 11:51:42 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 11:51:42 -0400 |
| commit | cb7fb3ae5c786e8f49e99df592fa63c7ac2af862 (patch) | |
| tree | b48c66041b695962fbfbcd2313fbec4a48f64e4c /MediaBrowser.Controller/Session/ISessionManager.cs | |
| parent | 29ba865ab8f42567f011d593aa0d45ace4431fb9 (diff) | |
added periodic ping to http session controller
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs index f7d1ecd4a..fb2221c68 100644 --- a/MediaBrowser.Controller/Session/ISessionManager.cs +++ b/MediaBrowser.Controller/Session/ISessionManager.cs @@ -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. |
