mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -05:00
Remove one-way WCF service and replace with SignalR methods
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user