Remove one-way WCF service and replace with SignalR methods

This commit is contained in:
2015-01-17 08:06:12 -05:00
parent f4f1c3c784
commit 7608922bd7
11 changed files with 116 additions and 160 deletions

View File

@@ -1,9 +1,9 @@
using System.ServiceModel;
using WeatherService.Devices;
namespace WeatherService
namespace WeatherService.Remote
{
public interface IWeatherServiceCallback
public interface IWeatherServiceCallback : ICommunicationObject
{
[OperationContract(IsOneWay = true)]
void OnDeviceUpdate(DeviceBase device);