ServicePartitionResolverExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class adds extensions methods to initialize ServicePartitionResolver
public static class ServicePartitionResolverExtensions
type ServicePartitionResolverExtensions = class
Public Module ServicePartitionResolverExtensions
- Inheritance
-
ServicePartitionResolverExtensions
Methods
DisableNotification(ServicePartitionResolver) |
An extension method that disables the notification for this particular instance of ServicePartitionResolver By default, service partition Resolver register for notification.There is a cache of service endpoints in the client that gets updated by notifications and this same cache is used to satisfy complaint based resolution requests. If you interested in only complain based resolution, then you could use this extension to disable it. |
Applies to
Azure SDK for .NET