Ejemplo n.º 1
0
 public void Reset()
 {
     ActiveTradersHub.ResetConnection();
 }
Ejemplo n.º 2
0
 public IQueryable <ActiveTradersNewsElement> GetNewsElements()
 {
     // Call into the active traders hub and return the current set of news elements
     return(ActiveTradersHub.GetCurrentNewsItems().AsQueryable());
 }