Provides access to members that control threaded operation parameters.
Members
| Name | Description | |
|---|---|---|
![]() |
NumThreads | The number of parallel threads that execute parts of the associated operation. |
![]() |
RecommendedNumThreads | The number of parallel threads of execution recommended by the system. |
![]() |
ServerName | The URL to the server object name where parts of the operation may be remotely executed. |
IThreadedOperationParameters.NumThreads Property
The number of parallel threads that execute parts of the associated operation.
Public Property NumThreads As Integer
public int NumThreads {get; set;}
IThreadedOperationParameters.RecommendedNumThreads Property
The number of parallel threads of execution recommended by the system.
Public Sub RecommendedNumThreads ( _
ByRef pRecommendedNumThreads As Integer _
)
public void RecommendedNumThreads (
ref int pRecommendedNumThreads
);
IThreadedOperationParameters.ServerName Property
The URL to the server object name where parts of the operation may be remotely executed.
Public Property ServerName As String
public string ServerName {get; set;}
Classes that implement IThreadedOperationParameters
| Classes | Description |
|---|---|
| AddNewerRastersParameters | An object that controls how newwer rasters are added to a mosaic dataset. |
| AddRastersParameters | An object that controls how rasters are added to a mosaic dataset. |
| BuildBoundaryParameters | An object that controls how the boundary of a mosaic dataset is computed. |
| BuildFootprintsParameters | An object that controls how footrints of items in a mosaic dataset are computed. |
| BuildSeamlinesParameters | An object that controls how the seamline geometry for items in a mosiac dataset are computed. |
| ComputeDirtyAreaParameters | An object that controls how a mosaic dataset's dirty area geometry is computed. |
| DefineOverviewsParameters | An object that controls how new overview items are created in a mosaic dataset. |
| ExportItemsParameters | An object that controls how items in a mosaic dataset are exported. |
| GenerateOverviewsParameters | An object that controls how a mosaic dataset's overview images are generated. |
| ScientificDataCrawler | A crawler for files containing scientific data. |
| SynchronizeParameters | An object that controls how items in a mosaic dataset are synchronized. |

