HostRecycleSettings.WithFixedNumberOfTasks Method |
Creates the settings with only fixed number of tasks. This is mainly used for backward compatibility so tests
don't have to spell out all the new properties.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic static HostRecycleSettings WithFixedNumberOfTasks(
int fixedNumberOfTasks
)
Public Shared Function WithFixedNumberOfTasks (
fixedNumberOfTasks As Integer
) As HostRecycleSettings
Parameters
- fixedNumberOfTasks
- Type: System.Int32
The fixed number of tasks.
Return Value
Type:
HostRecycleSettingsHostRecycleSettings with the specified fixedNumberOfTasks and everything else default.
See Also