示例#1
0
 public HResult QueryStatus(Guid command, out NiCommandStatus status)
 {
     return(_commandMapper.QueryStatus(command, out status));
 }