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. | |
ServerObjectName | The server object name identifying the service where parts of the associated operation may be remotely executed. |
IThreadedOperationParameters2.ServerObjectName Property
The server object name identifying the service where parts of the associated operation may be remotely executed.
Public Property ServerObjectName As IName
public IName ServerObjectName {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IThreadedOperationParameters | Provides access to members that control threaded operation parameters. |
Classes that implement IThreadedOperationParameters2
Classes | Description |
---|---|
ScientificDataCrawler | A crawler for files containing scientific data. |