diff options
Diffstat (limited to 'MediaBrowser.Controller/Dlna/IEventManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/IEventManager.cs | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/MediaBrowser.Controller/Dlna/IEventManager.cs b/MediaBrowser.Controller/Dlna/IEventManager.cs index 4abf623a9..54e2a02dd 100644 --- a/MediaBrowser.Controller/Dlna/IEventManager.cs +++ b/MediaBrowser.Controller/Dlna/IEventManager.cs @@ -1,7 +1,4 @@ -using MediaBrowser.Model.Dlna; -using System.Collections.Generic; -using System.Threading.Tasks; - + namespace MediaBrowser.Controller.Dlna { public interface IEventManager @@ -28,20 +25,5 @@ namespace MediaBrowser.Controller.Dlna /// <param name="callbackUrl">The callback URL.</param> /// <returns>EventSubscriptionResponse.</returns> EventSubscriptionResponse CreateEventSubscription(string notificationType, int? timeoutSeconds, string callbackUrl); - - /// <summary> - /// Gets the subscription. - /// </summary> - /// <param name="id">The identifier.</param> - /// <returns>EventSubscription.</returns> - EventSubscription GetSubscription(string id); - - /// <summary> - /// Triggers the event. - /// </summary> - /// <param name="notificationType">Type of the notification.</param> - /// <param name="stateVariables">The state variables.</param> - /// <returns>Task.</returns> - Task TriggerEvent(string notificationType, IDictionary<string,string> stateVariables); } } |
