1 write to cleanupInterval
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
239
this.
cleanupInterval
= value;
2 references to cleanupInterval
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (2)
220
return
cleanupInterval
;
579
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("CleanupInterval", SR.GetString(SR.CleanupIntervalMustBeGreaterThanZero, this.
cleanupInterval
));