C# Class Moryx.Configuration.CpuCountAttribute

Inheritance: DefaultValueAttribute
ファイルを表示 Open project: PHOENIXCONTACT/MORYX-Platform

Public Methods

Method Description
CpuCountAttribute ( ) : System

Creates a new instance of CpuCountAttribute All cores will be used

CpuCountAttribute ( int reserve ) : System

Creates a new instance of CpuCountAttribute Number of cores which will be reserved

Method Details

CpuCountAttribute() public method

Creates a new instance of CpuCountAttribute All cores will be used
public CpuCountAttribute ( ) : System
return System

CpuCountAttribute() public method

Creates a new instance of CpuCountAttribute Number of cores which will be reserved
public CpuCountAttribute ( int reserve ) : System
reserve int
return System