public void ReportWsDaemonState([FromBody] WsClientState state)
 {
     VirtualRoot.Execute(new RefreshWsStateCommand(state));
 }
示例#2
0
 public RefreshWsStateCommand(WsClientState wsClientState)
 {
     this.WsClientState = wsClientState;
 }