Reactive Watched Client

This commit is contained in:
Nigel Sampson
2014-01-30 11:37:01 +13:00
parent b62357fe46
commit f1abdaf095
5 changed files with 170 additions and 0 deletions
@@ -7,7 +7,10 @@
Ensure.ArgumentNotNull(client, "client");
Events = new ObservableEventsClient(client);
Watched = new ObservableWatchedClient(client);
}
public IObservableEventsClient Events { get; private set; }
public IObservableWatchedClient Watched { get; private set; }
}
}