Skip to content

QuantumGate::Extender::QueryPeers

Karel Donk edited this page Nov 25, 2018 · 4 revisions

Returns a collection of peers on the local instance hosting the extender based on custom criteria.

Signature

Result<Vector<PeerLUID>>
    QueryPeers(const PeerQueryParameters& params) const noexcept;
Result<> QueryPeers(const PeerQueryParameters& params,
    Vector<PeerLUID>& pluids) const noexcept;

For more information about the parameters and return values of this function see QuantumGate::Local::QueryPeers.

Clone this wiki locally