-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Access::Manager::GetAllPeers
Karel Donk edited this page Dec 11, 2019
·
1 revision
Returns a collection of all peer access settings for the instance.
Result<Vector<PeerAccessSettings>> GetAllPeers() const noexcept;Returns a QuantumGate::Result object equal to one of the following QuantumGate::ResultCodes:
| Value | Description |
|---|---|
QuantumGate::ResultCode::Succeeded |
The operation succeeded. |
QuantumGate::ResultCode::Failed |
The operation failed. |
Upon successful completion the result contains a QuantumGate::Vector collection of QuantumGate::Access::PeerAccessSettings for the instance.