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


IGeoProcessorResult2.IsAsync Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorResult2 Interface > IGeoProcessorResult2.IsAsync Property
ArcGIS Developer Help

IGeoProcessorResult2.IsAsync Property

Get the GeoProcessor ASync status.

[Visual Basic .NET]
Public ReadOnly Property IsAsync As Boolean
[C#]
public bool IsAsync {get;}
[C++]
HRESULT get_IsAsync(
  Boolean* IsAsync
);
[C++]
Parameters
IsAsync [out, retval]

IsAsync is a parameter of type bool*

Product Availability

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

See Also

IGeoProcessorResult2 Interface