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

In This Topic
    ServiceSynchronizationType Property (AttributeRuleEvaluationDescription)
    In This Topic
    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;}
    Public Property ServiceSynchronizationType As ServiceSynchronizationType
    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