SubscriptionFilter Class

 

A base class representing a subscription filter.

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


<KnownTypeAttribute(GetType(MatchAnySubscriptionFilter))>
<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
<KnownTypeAttribute(GetType(MatchAllSubscriptionFilter))>
Public MustInherit Class SubscriptionFilter

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(Boolean)

Validates the subscription filter.

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: