HostRecycleSettings Class |
Namespace: AGI.Parallel.Infrastructure
The HostRecycleSettings type exposes the following members.
Name | Description | |
---|---|---|
HostRecycleSettings |
Initializes a new instance of the HostRecycleSettings class.
| |
HostRecycleSettings(HostRecycleSettings) |
Initializes a new instance of the HostRecycleSettings class.
| |
HostRecycleSettings(Int32, Int32, Int32, String, Boolean, Boolean, Int64) |
Initializes a new instance of the HostRecycleSettings class.
|
Name | Description | |
---|---|---|
FixedNumberOfTasks |
Gets or sets the fixed number of tasks the host will execute before it is recycled.
| |
IdleTimeout |
Gets or sets the amount of time (in milliseconds) a host can idle before it is recycled.
| |
JobCompletion |
Gets or sets a value indicating whether to recycle the host upon the completion of the current job.
| |
PrivateMemoryUsageMaximum |
Gets or sets the amount of private memory a host process must reach or exceed before it is recycled.
| |
RegularInterval |
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.
| |
SpecificTimes |
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.
| |
TaskEnvironmentNoLongerReferenced |
Gets or sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
|
Name | Description | |
---|---|---|
Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetSpecifiedTimesAsTimeArray |
Gets the specified times of the recycling settings.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Override |
Overrides the specified override settings.
| |
ToString |
Returns a String representing this instance.
(Overrides ObjectToString.) | |
WithFixedNumberOfTasks |
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.
|
STK Parallel Computing Server 2.9 API for .NET