Ejemplo n.º 1
0
 public List <ConfigParameter> Reload()
 {
     if (_type == RPCParameterSetType.rpcLink)
     {
         return(_rpc.GetParamset(_peerID, _channel, _remotePeerID, _remoteChannel, this));
     }
     else
     {
         return(_rpc.GetParamset(_peerID, _channel, RPCParameterSetType.rpcMaster, this));
     }
 }