mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-14 01:25:43 -05:00
Initial commit
This commit is contained in:
11
Remote/IWeatherServiceCallback.cs
Normal file
11
Remote/IWeatherServiceCallback.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.ServiceModel;
|
||||
using WeatherService.Devices;
|
||||
|
||||
namespace WeatherService
|
||||
{
|
||||
public interface IWeatherServiceCallback
|
||||
{
|
||||
[OperationContract(IsOneWay = true)]
|
||||
void OnDeviceUpdate(DeviceBase device);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user