/// <summary> /// Subscribes to a specific event defined in eventSubscription /// </summary> /// <param name="eventSubscription">Data conserning the event to subscribe to</param> public void Subscribe(EventSubscription eventSubscription) { this.Callback = OperationContext.Current.GetCallbackChannel <IEventSourceCallback>(); this.WsnEngine.Subscribe(eventSubscription); this.EventIDs.Add(eventSubscription.EventId); }
public void Subscribe(EventSubscription eventSubscription) { //this.Logger.Trace("Subscribe method called on Ekahau4EngineAdapterService."); this.Callback = OperationContext.Current.GetCallbackChannel <IEventSourceCallback>(); this.WsnEngine.Subscribe(eventSubscription); }
public void Subscribe(EventSubscription eventSubscription) { //this.Logger.Trace("Subscribe method called on Ekahau4EngineAdapterService."); this.Callback = OperationContext.Current.GetCallbackChannel<IEventSourceCallback>(); this.WsnEngine.Subscribe(eventSubscription); }
/// <summary> /// Subscribes to a specific event defined in eventSubscription /// </summary> /// <param name="eventSubscription">Data conserning the event to subscribe to</param> public void Subscribe(EventSubscription eventSubscription) { this.Callback = OperationContext.Current.GetCallbackChannel<IEventSourceCallback>(); this.WsnEngine.Subscribe(eventSubscription); this.EventIDs.Add(eventSubscription.EventId); }