ArcObjects Library Reference (DataSourcesRaster)  

IThreadedJobResult.WorkDone Property

The amount of work done by the job.

[Visual Basic .NET]
Public Property WorkDone As Integer
[C#]
public int WorkDone {get; set;}
[C++]
HRESULT get_WorkDone(
  long* pWorkDone
);
[C++]
HRESULT put_WorkDone(
  long pWorkDone
);
[C++]

Parameters

pWorkDone [out, retval]   pWorkDone is a parameter of type long pWorkDone [in]   pWorkDone is a parameter of type long

Product Availability

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

See Also

IThreadedJobResult Interface