Touchstone Re 2023 API Reference
MaximumCores Property (AggregateLossAnalysisOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossAnalysisOptionsBase Class : MaximumCores Property
(Optional) Contains the maximum number of cores that the application may use for the analysis job.
Syntax
Public Property MaximumCores As Nullable(Of Integer)
Dim instance As AggregateLossAnalysisOptionsBase
Dim value As Nullable(Of Integer)
 
instance.MaximumCores = value
 
value = instance.MaximumCores
public Nullable<int> MaximumCores {get; set;}
Remarks
Default: The number of cores specified in the Administration Console
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AggregateLossAnalysisOptionsBase Class
AggregateLossAnalysisOptionsBase Members