Share via


ServicePartitionResolverExtensions Class

Definition

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