Implemented interface member:
property
IsClosing
System.ServiceModel.Channels.IPeerNeighbor.IsClosing
4 references to IsClosing
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (4)
94
if (!neighbor.
IsClosing
) count++;
235
if (!nbr.
IsClosing
)
292
!neighbor.
IsClosing
&&
351
!neighbor.
IsClosing
&&