This document is archived and information here might be outdated.  Recommended version.


IGeoProcessor.IsSynchronous Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.IsSynchronous Method
ArcGIS Developer Help

IGeoProcessor.IsSynchronous Method

Is server tool synchronous.

[Visual Basic .NET]
Public Function IsSynchronous ( _
    ByVal ToolName As String _
) As Boolean
[C#]
public bool IsSynchronous (
    string ToolName
);
[C++]
HRESULT IsSynchronous(
  BSTR ToolName
);
[C++]
Parameters
ToolName [in]

ToolName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoProcessor Interface