Share via


ServiceNotificationFilterDescription Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Represents a class that is used to describe a filter for service notification delivery, registered via RegisterServiceNotificationFilterAsync.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Description.ServiceNotificationFilterDescription

Syntax

public class ServiceNotificationFilterDescription

Constructors

Name Description
System_CAPS_pubmethod ServiceNotificationFilterDescription()

Initializes a new instance of the ServiceNotificationFilterDescription class.

System_CAPS_pubmethod ServiceNotificationFilterDescription(Uri, Boolean, Boolean)

Initializes a new instance of the ServiceNotificationFilterDescription class.

Properties

Name Description
System_CAPS_pubproperty MatchNamePrefix

Gets a value that indicates whether all service notifications for which Name is a prefix will be delivered.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Description Namespace

Return to top