Skip to content

QuantumGate::Extender::DisconnectFrom

Karel Donk edited this page Dec 10, 2019 · 5 revisions

Initiates disconnection from a peer on the network.

Signature

  1. Result<> DisconnectFrom(const PeerLUID pluid) noexcept;
  2. Result<> DisconnectFrom(const PeerLUID pluid,
                            DisconnectCallback&& function) noexcept;
  3. Result<> DisconnectFrom(Peer& peer) noexcept;
  4. Result<> DisconnectFrom(Peer& peer,
                            DisconnectCallback&& function) noexcept;

For more information on the parameters and return values, see QuantumGate::Local::DisconnectFrom.

Clone this wiki locally