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


IThreadedOperationParameters.NumThreads Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThreadedOperationParameters Interface > IThreadedOperationParameters.NumThreads Property
ArcGIS Developer Help

IThreadedOperationParameters.NumThreads Property

The number of parallel threads that execute parts of the associated operation.

[Visual Basic .NET]
Public Property NumThreads As Integer
[C#]
public int NumThreads {get; set;}
[C++]
HRESULT get_NumThreads(
  long pNumThreads
);
[C++]
HRESULT put_NumThreads(
  System.Int32* pNumThreads
);
[C++]
Parameters
pNumThreads [in]

pNumThreads is a parameter of type long pNumThreads [out, retval]
pNumThreads is a parameter of type long*

Product Availability

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

See Also

IThreadedOperationParameters Interface