-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Extender::DisconnectFrom
Karel Donk edited this page Dec 10, 2019
·
5 revisions
Initiates disconnection from a peer on the network.
-
Result<> DisconnectFrom(const PeerLUID pluid) noexcept;
-
Result<> DisconnectFrom(const PeerLUID pluid, DisconnectCallback&& function) noexcept;
-
Result<> DisconnectFrom(Peer& peer) noexcept;
-
Result<> DisconnectFrom(Peer& peer, DisconnectCallback&& function) noexcept;
For more information on the parameters and return values, see QuantumGate::Local::DisconnectFrom.