ArcObjects Library Reference (Geoprocessing)  

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,
  VARIANT_BOOL* IsSynchronous
);
[C++]

Parameters

ToolName [in]   ToolName is a parameter of type BSTR IsSynchronous [out, retval]   IsSynchronous is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoProcessor Interface