Click or drag to resize

HostRecycleSettings Constructor (Int32, Int32, Int32, String, Boolean, Boolean, Int64)

Initializes a new instance of the HostRecycleSettings class.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public HostRecycleSettings(
	int fixedNumberOfTasks,
	int idleTimeout,
	int regularInterval,
	string specificTimes,
	bool taskEnvironmentNoLongerReferenced,
	bool jobCompletion,
	long privateMemoryUsageMaximum
)

Parameters

fixedNumberOfTasks
Type: SystemInt32
The fixed number of tasks.
idleTimeout
Type: SystemInt32
The idle timeout in milliseconds.
regularInterval
Type: SystemInt32
The regular interval in milliseconds.
specificTimes
Type: SystemString
The specific times.
taskEnvironmentNoLongerReferenced
Type: SystemBoolean
Whether the host should be recycled when the task environment is no longer referenced.
jobCompletion
Type: SystemBoolean
Whether the host should be recycled when the current job finishes.
privateMemoryUsageMaximum
Type: SystemInt64
The private memory usage maximum in bytes.
See Also

STK Parallel Computing Server 2.9 API for .NET