Constable Authorization Engine 2.0 BETA

ActionRule.OnExecute Method 

[This is preliminary documentation and subject to change.]

Called by the AuthorizationPolicy as part of executing the action associated with this rule.

[Visual Basic]
Overridable Protected Function OnExecute( _
   ByVal policy As AuthorizationPolicy _
) As State
[C#]
protected virtual State OnExecute(
   AuthorizationPolicy policy
);

Parameters

policy
The AuthorizationPolicy to which this rule belongs.

See Also

ActionRule Class | LaMarvin.Constable.Model Namespace