ServiceNotificationFilterDescription Constructors
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.
Overloads
ServiceNotificationFilterDescription()
public ServiceNotificationFilterDescription();
Public Sub New ()
Applies to
ServiceNotificationFilterDescription(Uri, Boolean, Boolean)
public ServiceNotificationFilterDescription(Uri name, bool matchNamePrefix, bool matchPrimaryChangeOnly);
new System.Fabric.Description.ServiceNotificationFilterDescription : Uri * bool * bool -> System.Fabric.Description.ServiceNotificationFilterDescription
Public Sub New (name As Uri, matchNamePrefix As Boolean, matchPrimaryChangeOnly As Boolean)
Parameters
- name
- System.Uri
- matchNamePrefix
- System.Boolean
- matchPrimaryChangeOnly
- System.Boolean