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