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


IThreadedOperationParameters.RecommendedNumThreads Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* 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