ArcGIS Pro 2.9 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 an enum member of ArcGIS.Core.Data.InvocationTarget.
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 11, Windows 10, Windows 8.1

See Also

Reference

ValidationDescription Class
ValidationDescription Members