Click or drag to resize

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
)

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: HostRecycleSettings
HostRecycleSettings with the overridden settings.
See Also

STK Parallel Computing Server 2.9 API for .NET