ArcObjects Library Reference (Geoprocessing)  

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

Parameters

IsAsync [out, retval]   IsAsync is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoProcessorResult2 Interface