Click or drag to resize

HostRecycleSettings Class

Strategies for determining when host processes get recycled.
Inheritance Hierarchy
SystemObject
  AGI.Parallel.InfrastructureHostRecycleSettings

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
[SerializableAttribute]
public sealed class HostRecycleSettings

The HostRecycleSettings type exposes the following members.

Constructors
  NameDescription
Public methodHostRecycleSettings
Initializes a new instance of the HostRecycleSettings class.
Public methodHostRecycleSettings(HostRecycleSettings)
Initializes a new instance of the HostRecycleSettings class.
Public methodHostRecycleSettings(Int32, Int32, Int32, String, Boolean, Boolean, Int64)
Initializes a new instance of the HostRecycleSettings class.
Top
Properties
  NameDescription
Public propertyFixedNumberOfTasks
Gets or sets the fixed number of tasks the host will execute before it is recycled.
Public propertyIdleTimeout
Gets or sets the amount of time (in milliseconds) a host can idle before it is recycled.
Public propertyJobCompletion
Gets or sets a value indicating whether to recycle the host upon the completion of the current job.
Public propertyPrivateMemoryUsageMaximum
Gets or sets the amount of private memory a host process must reach or exceed before it is recycled.
Public propertyRegularInterval
Gets or sets the amount of time (in milliseconds) representing the interval after which the host will be regularly recycled. The interval is measured from the time the host process was started.
Public propertyCode exampleSpecificTimes
Gets or sets the specific times of day at which hosts get recycled. Specific times are in the format "hh:mm:ss tt". Separate multiple times with commas.
Public propertyTaskEnvironmentNoLongerReferenced
Gets or sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetSpecifiedTimesAsTimeArray
Gets the specified times of the recycling settings.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberOverride
Overrides the specified override settings.
Public methodToString
Returns a String representing this instance.
(Overrides ObjectToString.)
Public methodStatic memberWithFixedNumberOfTasks
Creates the settings with only fixed number of tasks. This is mainly used for backward compatibility so tests don't have to spell out all the new properties.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET