HostRecycleSettings Constructor (Int32, Int32, Int32, String, Boolean, Boolean, Int64) |
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
)
Public Sub New (
fixedNumberOfTasks As Integer,
idleTimeout As Integer,
regularInterval As Integer,
specificTimes As String,
taskEnvironmentNoLongerReferenced As Boolean,
jobCompletion As Boolean,
privateMemoryUsageMaximum As Long
)
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