1 write to refreshInterval
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
267
this.
refreshInterval
= value;
3 references to refreshInterval
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
248
return
refreshInterval
;
576
if (this.
refreshInterval
<= TimeSpan.Zero)
577
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("RefreshInterval", SR.GetString(SR.RefreshIntervalMustBeGreaterThanZero, this.
refreshInterval
));