ArcGIS Pro 2.7 API Reference Guide
InvocationTarget Property (ValidationDescription)

ArcGIS.Core.Data.Topology Namespace > ValidationDescription Class : InvocationTarget Property
Gets or sets the ArcGIS.Core.Data.InvocationTarget for the Validate operation. An optional value. If not set, the default value is ArcGIS.Core.Data.InvocationTarget.AsynchronousService.
Syntax
public InvocationTarget InvocationTarget {get; set;}
Public Property InvocationTarget As InvocationTarget
Exceptions
ExceptionDescription
value is not a field of ArcGIS.Core.Data.AttributeRuleType.
Remarks

This configuration is only applicable to a feature service topology. A geodatabase topology will ignore this value.

Regardless of how the ArcGIS.Core.Data.InvocationTarget is specified, the C# Validate operation is still synchronous; the current thread will block until the operation completes.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ValidationDescription Class
ValidationDescription Members