ServiceNotificationFilterDescription 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.
Represents a class that is used to describe a filter for service notification delivery, registered via RegisterServiceNotificationFilterAsync(ServiceNotificationFilterDescription).
public class ServiceNotificationFilterDescription
type ServiceNotificationFilterDescription = class
Public Class ServiceNotificationFilterDescription
- Inheritance
-
ServiceNotificationFilterDescription
Constructors
ServiceNotificationFilterDescription() |
Initializes a new instance of the ServiceNotificationFilterDescription class. |
ServiceNotificationFilterDescription(Uri, Boolean, Boolean) |
Initializes a new instance of the ServiceNotificationFilterDescription class. |
Properties
MatchNamePrefix |
Gets a value that indicates whether all service notifications for which Name is a prefix will be delivered. |
MatchPrimaryChangeOnly |
Gets a value that indicates whether to match the service notification delivery by filtering out notifications in which the primary replica endpoint has not changed. This flag has no effect for stateless services. |
Name |
Gets the name for which service notifications should be delivered. The name must be in the fabric: scheme. The root name ("fabric:") is allowed. |