This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.IsSynchronous Method (ArcObjects .NET 10.5 SDK) |
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