System.Web.Management.IWebEventCustomEvaluator.CanFire Method

Evaluates whether an event should be raised.

Syntax

public bool CanFire (WebBaseEvent raised_event, RuleFiringRecord record)

Parameters

raised_event
Documentation for this section has not yet been entered.
record
The System.Web.Management.RuleFiringRecord containing information about the event.

Returns

true if the event should be raised; otherwise, false.

Remarks

If the custom event evaluator returns true, the event is raised and then processed by the associated provider.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0