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


IThreadedOperationParameters.RecommendedNumThreads 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.RecommendedNumThreads Property
ArcGIS Developer Help

IThreadedOperationParameters.RecommendedNumThreads Property

The number of parallel threads of execution recommended by the system.

[Visual Basic .NET]
Public Sub RecommendedNumThreads ( _
    ByRef pRecommendedNumThreads As Integer _
)
[C#]
public void RecommendedNumThreads (
    ref int pRecommendedNumThreads
);
[C++]
HRESULT get_RecommendedNumThreads(
  System.Int32* pRecommendedNumThreads
);
[C++]
Parameters
pRecommendedNumThreads 

pRecommendedNumThreads is a parameter of type long*

Product Availability

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

See Also

IThreadedOperationParameters Interface