예제 #1
0
 public async Task RefreshState()
 {
     _state = await _hub.GetDeviceState(this);
 }
예제 #2
0
 public void RefreshState()
 {
     _state = _hub.GetDeviceState(this);
 }