ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleEvaluationDescription Class / ServiceSynchronizationType Property
Version

    ServiceSynchronizationType Property (AttributeRuleEvaluationDescription)
    Gets or sets the ServiceSynchronizationType for the evaluate operation. An optional value. If not set, the default value is ServiceSynchronizationType.Asynchronous
    Syntax
    public ServiceSynchronizationType ServiceSynchronizationType {get; set;}
    Exceptions
    ExceptionDescription
    value is not an enum member of ServiceSynchronizationType.
    Remarks
    Note that regardless of the ServiceSynchronizationType used, the C# evaluate 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