HostRecycleSettingsOverride Method |
Overrides the specified override settings.
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 Override(
HostRecycleSettings overrideSettings,
HostRecycleSettings baseSettings
)
Public Shared Function Override (
overrideSettings As HostRecycleSettings,
baseSettings As HostRecycleSettings
) As HostRecycleSettings
Parameters
- overrideSettings
- Type: AGI.Parallel.InfrastructureHostRecycleSettings
The settings that overwrite the base settings. - baseSettings
- Type: AGI.Parallel.InfrastructureHostRecycleSettings
The settings that get written over.
Return Value
Type:
HostRecycleSettingsHostRecycleSettings with the overridden settings.
See Also