IEventHandlerAttributeMatchesEnvironment Method

MatchesEnvironment is a method that is used in evaluating the calling context against the provided filters.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
bool MatchesEnvironment(
	IEventHandlerEnvironment context
)

Parameters

context  IEventHandlerEnvironment
The environment object to check.

Return Value

Boolean
True if the filters are fulfilled and the handler should be called.

See Also