ServiceNotificationFilterDescription Class

Definition

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.

Applies to