ArcObjects Library Reference (DataSourcesRaster)  

IThreadedJob.Result Property

The result of this job.

[Visual Basic .NET]
Public ReadOnly Property Result As IThreadedJobResult
[C#]
public IThreadedJobResult Result {get;}
[C++]
HRESULT get_Result(
  IThreadedJobResult** ppJobResult
);
[C++]

Parameters

ppJobResult [out, retval]

  ppJobResult is a parameter of type IThreadedJobResult

Product Availability

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

See Also

IThreadedJob Interface