public enum InvocationTarget : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum InvocationTarget Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum InvocationTarget : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum InvocationTarget Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.InvocationTarget
Target Platforms: Windows 10, Windows 8.1