Ejemplo n.º 1
0
 public IObservable <TApplicationState> GetState()
 {
     return(storeStateStream.DistinctUntilChanged());
 }