Click or drag to resize

HostRecycleSettingsSpecificTimes Property

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.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public string SpecificTimes { get; set; }

Property Value

Type: String
The specific times.
Examples
"11:00AM"
"9:00AM, 3:00 PM, 11:30PM"
DateTime.Now.Add(TimeSpan.FromMinutes(3)).ToString("hh:mm:ss tt")
See Also

STK Parallel Computing Server 2.9 API for .NET