IBuildEngine9.ReleaseCores(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A task should notify the build manager when all or some of the requested cores are not used anymore. When task is finished, the cores it requested are automatically released.
public:
void ReleaseCores(int coresToRelease);
public void ReleaseCores (int coresToRelease);
abstract member ReleaseCores : int -> unit
Public Sub ReleaseCores (coresToRelease As Integer)
Parameters
- coresToRelease
- Int32
Number of cores no longer in use.