MatchAnySubscriptionFilter.Validate Method (Boolean)

 

Validates the subscription filter.

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

Syntax

public override bool Validate(
    bool throwExceptionOnFailure
)
public:
virtual bool Validate(
    bool throwExceptionOnFailure
) override
override Validate : 
        throwExceptionOnFailure:bool -> bool
Public Overrides Function Validate (
    throwExceptionOnFailure As Boolean
) As Boolean

Parameters

  • throwExceptionOnFailure
    Type: System.Boolean

    Whether or not to throw an exception on validation failure.

Return Value

Type: System.Boolean

Returns success or failure of the validation.

See Also

MatchAnySubscriptionFilter Class
Microsoft.Activities.Messaging Namespace

Return to top