1 write to neighborManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
56
this.
neighborManager
= neighborManager;
10 references to neighborManager
System.ServiceModel (10)
System\ServiceModel\Channels\PeerFlooder.cs (10)
59
this.neighbors = this.
neighborManager
.GetConnectedNeighbors();
85
if (null != CloseNeighborIfKnownException(
neighborManager
, e, peer))
103
IPeerNeighbor peer = this.
neighborManager
.SlowestNeighbor();
218
if (null != CloseNeighborIfKnownException(
neighborManager
, e, neighbor))
242
IPeerNeighbor neighbor = this.
neighborManager
.SlowestNeighbor();
254
FloodAsyncResult fresult = new FloodAsyncResult(this.
neighborManager
, timeout, callback, state);
299
this.neighbors = this.
neighborManager
.GetConnectedNeighbors();
304
this.neighbors = this.
neighborManager
.GetConnectedNeighbors();
421
if (null != CloseNeighborIfKnownException(
neighborManager
, e, neighbor))
645
if (null != CloseNeighborIfKnownException(
neighborManager
, e, neighbor))