1 write to timer
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
582timer = new IOThreadTimer(new Action<object>(CleanupActivity), null, false);
3 references to timer
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
583timer.Set(CleanupInterval); 590timer.Cancel(); 631timer.Set(this.CleanupInterval);