3 references to CleanupInterval
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
578
if (this.
CleanupInterval
<= TimeSpan.Zero)
583
timer.Set(
CleanupInterval
);
631
timer.Set(this.
CleanupInterval
);