IABACEngine.SetCallback

Syntax

SetCallback(Callback: IABACEvaluateCallback);

Parameters

Callback. The function that determines attribute value.

Description

The SetCallback method sets the function that determines attribute value if the subject or object attribute is not determined.

Comments

The method is used together with the IABACEngine.Evaluate method to calculate subject access to object.

To determine a function, use the IABACEvaluateCallback.AttrValue method.

Example

The method use is given in the example for IABACEngine.Evaluate.

See also:

IABACEngine