1 implementation of Initialize
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
31
public void
Initialize
(IPeerMaintainer maintainer, PeerNodeConfig config, int wantedConnectionCount, Dictionary<EndpointAddress, Referral> referralCache)
3 references to Initialize
System.ServiceModel (3)
System\ServiceModel\Channels\PeerMaintainer.cs (3)
197
connectAlgorithm.
Initialize
(this, config, config.MinNeighbors, referralCache);
292
connectAlgorithm.
Initialize
(this, config, config.IdealNeighbors, referralCache);
379
connectAlgorithm.
Initialize
(this, config, neighborManager.ConnectedNeighborCount + 1, new Dictionary<EndpointAddress, Referral>());