IBuildEngine9.ReleaseCores(Int32) Method

Definition

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.

Applies to