1 implementation of ConnectedNeighborCount
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
630
int IPeerMaintainer.
ConnectedNeighborCount
4 references to ConnectedNeighborCount
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectAlgorithms.cs (4)
62
&& maintainer.
ConnectedNeighborCount
< wantedConnectionCount))
93
if (pendingConnectedNeighbor.Count + maintainer.
ConnectedNeighborCount
< wantedConnectionCount)
170
if (nodeAddresses.Count == 0 || pendingConnectedNeighbor.Count + maintainer.
ConnectedNeighborCount
== wantedConnectionCount)
400
if (maintainer.
ConnectedNeighborCount
< wantedConnectionCount)