3 references to RegistrationNotFound
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
537RefreshResult result = RefreshResult.RegistrationNotFound;
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
186if (response.Result == RefreshResult.RegistrationNotFound)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (1)
30public RefreshResponseInfo() : this(TimeSpan.Zero, RefreshResult.RegistrationNotFound) { }