예제 #1
0
 public void UpdateDevicesAndBindings(DeviceListResponseEventArgs e)
 {
     GlobalHost.ConnectionManager.GetHubContext <WebControlHub>().Clients.All.updateDevices(e);
 }
예제 #2
0
 private void _deviceController_DeviceListChangedEvent(object sender, DeviceListResponseEventArgs e)
 {
     _webAccessHost.UpdateDevicesAndBindings(e);
 }
예제 #3
0
 protected virtual void DeviceListChangedEvent(DeviceListResponseEventArgs e)
 {
     GlobalHost.ConnectionManager.GetHubContext <WebControlHub>().Clients.All.updateVol(e);
 }