HostRecycleSettingsWithFixedNumberOfTasks 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.9.0.1601 (2.9.0.1601)
Syntax public static HostRecycleSettings WithFixedNumberOfTasks(
int fixedNumberOfTasks
)
Public Shared Function WithFixedNumberOfTasks (
fixedNumberOfTasks As Integer
) As HostRecycleSettings
Parameters
- fixedNumberOfTasks
- Type: SystemInt32
The fixed number of tasks.
Return Value
Type:
HostRecycleSettingsHostRecycleSettings with the specified fixedNumberOfTasks and everything else default.
See Also