ArcObjects Library Reference (DataSourcesRaster)  

IEnumThreadedJobs.Next Method

Returns the next threaded job.

[Visual Basic .NET]
Public Function Next ( _
) As IThreadedJob
[C#]
public IThreadedJob Next (
);
[C++]
HRESULT Next(
  IThreadedJob** ppThreadedJob
);
[C++]

Parameters

ppThreadedJob [out, retval]

  ppThreadedJob is a parameter of type IThreadedJob

Product Availability

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

See Also

IEnumThreadedJobs Interface