mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-02-16 18:48:46 -05:00
Remove one-way WCF service and replace with SignalR methods
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ServiceModel;
|
||||
using WeatherService.Devices;
|
||||
using WeatherService.Remote;
|
||||
using WeatherService.Values;
|
||||
|
||||
namespace WeatherService
|
||||
namespace WeatherService.Remote
|
||||
{
|
||||
[ServiceContract(CallbackContract = typeof(IWeatherServiceCallback))]
|
||||
public interface IWeatherServiceDuplex
|
||||
|
||||
Reference in New Issue
Block a user