Click or drag to resize

HostRecycleSettings.Override Method

Overrides the specified override settings.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public static HostRecycleSettings Override(
	HostRecycleSettings overrideSettings,
	HostRecycleSettings baseSettings
)

Parameters

overrideSettings
Type: AGI.Parallel.Infrastructure.HostRecycleSettings
The settings that overwrite the base settings.
baseSettings
Type: AGI.Parallel.Infrastructure.HostRecycleSettings
The settings that get written over.

Return Value

Type: HostRecycleSettings
HostRecycleSettings with the overridden settings.
See Also

STK Parallel Computing Server 2.10 API for .NET