ArcGIS Pro 2.6 API Reference Guide
InvocationTarget Enumeration

ArcGIS.Core.Data Namespace : InvocationTarget Enumeration
Specifies which implementation of the service endpoint to call.
Syntax
Members
MemberDescription
AsynchronousService Invokes the asynchronous implementation of the service endpoint. This version is slower than the synchronous version but is not subject to a time-out on the client.
SynchronousService Invokes the synchronous implementation of the service endpoint. This version is faster but could result in a time-out on the client.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.InvocationTarget

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace