1 implementation of IsOpen
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
640bool IPeerMaintainer.IsOpen
5 references to IsOpen
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectAlgorithms.cs (5)
61|| (((nodeAddresses.Count != 0 || pendingConnectedNeighbor.Count != 0) && maintainer.IsOpen) 98if (nodeAddresses.Count == 0 || !maintainer.IsOpen) // nodeAddresses or maintainer is closed got updated better cycle 135if (maintainer.IsOpen) 255while (maintainer.NonClosingNeighborCount > config.IdealNeighbors && maintainer.IsOpen) 379if (!maintainer.IsOpen)