ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / ValidationDescription Class / ServiceSynchronizationType Property

In This Topic
    ServiceSynchronizationType Property (ValidationDescription)
    In This Topic
    Gets or sets the ArcGIS.Core.Data.ServiceSynchronizationType for the Validate operation. An optional value. If not set, the default value is ArcGIS.Core.Data.ServiceSynchronizationType.Asynchronous.
    Syntax
    public ServiceSynchronizationType ServiceSynchronizationType {get; set;}
    Public Property ServiceSynchronizationType As ServiceSynchronizationType
    Exceptions
    ExceptionDescription
    value is not an enum member of ArcGIS.Core.Data.ServiceSynchronizationType.
    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.ServiceSynchronizationType 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

    ArcGIS Pro version: 3 or higher.
    See Also