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)); } }