ArcGIS Pro 2.9 API Reference Guide
InvocationTarget Property (AttributeRuleEvaluationDescription)

ArcGIS.Core.Data Namespace > AttributeRuleEvaluationDescription Class : InvocationTarget Property
Gets or sets the InvocationTarget for the evaluate operation. An optional value. If not set, the default value is InvocationTarget.AsynchronousService
Syntax
public InvocationTarget InvocationTarget {get; set;}
Public Property InvocationTarget As InvocationTarget
Exceptions
ExceptionDescription
value is not an enum member of InvocationTarget.
Remarks
Note that regardless of the InvocationTarget used, the C# evaluate operation is still synchronous; the current thread will block until the operation completes.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

AttributeRuleEvaluationDescription Class
AttributeRuleEvaluationDescription Members