Policy.Evaluate Method
Include Protected Members
Include Inherited Members
Immediately executes the policy.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Evaluate(AdHocPolicyEvaluationMode, array<ISfcConnection[]) | Evaluates the Policy object and applies policy to the data in identified by the targetConnections parameter. | |
Evaluate(AdHocPolicyEvaluationMode, array<Object[]) | Immediately executes the policy against the specified target objects by using the specified evaluation mode. | |
Evaluate(AdHocPolicyEvaluationMode, SfcQueryExpression, array<ISfcConnection[]) | Evaluates the Policy object and applies policy to the data in identified by the targetConnections parameter. |
Top