ArcGIS Runtime SDK for WPF - Library Reference
ServiceType Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalGeoprocessingService Class : ServiceType Property

Specifies the execution type of the local geoprocessing service.

Syntax

Visual Basic (Declaration) 
Public Property ServiceType As GPServiceType
C# 
public GPServiceType ServiceType {get; set;}

Remarks

This can use the synchronous ExecuteAsync/Execute type or asynchronous SubmitJobAsync/SubmitJob type. Additionally the SubmitJobAsync/SubmitJob operation can also optionally return results via a map service.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.