MatchAllSubscriptionFilter.Validate メソッド

サブスクリプション フィルターを検証します。

名前空間:  Microsoft.Activities.Messaging
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll)

構文

'宣言
Public Overrides Function Validate ( _
    throwExceptionOnFailure As Boolean _
) As Boolean
'使用
Dim instance As MatchAllSubscriptionFilter 
Dim throwExceptionOnFailure As Boolean 
Dim returnValue As Boolean 

returnValue = instance.Validate(throwExceptionOnFailure)
public override bool Validate(
    bool throwExceptionOnFailure
)
public:
virtual bool Validate(
    bool throwExceptionOnFailure
) override
abstract Validate : 
        throwExceptionOnFailure:bool -> bool  
override Validate : 
        throwExceptionOnFailure:bool -> bool
public override function Validate(
    throwExceptionOnFailure : boolean
) : boolean

パラメーター

  • throwExceptionOnFailure
    型: System.Boolean
    検証が失敗した場合に例外をスローするかどうか。

戻り値

型: System.Boolean
検証の成功または失敗を返します。

関連項目

参照

MatchAllSubscriptionFilter クラス

Microsoft.Activities.Messaging 名前空間