MatchAllSubscriptionFilter Class

 

Specifies a subscription filter for exact matches of a set of message properties.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

System.Object
  Microsoft.Activities.Messaging.SubscriptionFilter
    Microsoft.Activities.Messaging.MatchAllSubscriptionFilter

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public NotInheritable Class MatchAllSubscriptionFilter
	Inherits SubscriptionFilter

NameDescription
System_CAPS_pubmethodMatchAllSubscriptionFilter()

Initializes a new instance of the MatchAllSubscriptionFilter class.

NameDescription
System_CAPS_pubpropertyMatches

Gets the set of property names and values that must exactly match.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(Boolean)

Validates the subscription filter.(Overrides SubscriptionFilter.Validate(Boolean).)

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

Return to top

Community Additions

ADD
Show: