IVCProjectBuildService.Cancel(UInt32, Boolean) 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.
public:
void Cancel(System::UInt32 buildId, bool fSync);
public:
void Cancel(unsigned int buildId, bool fSync);
void Cancel(unsigned int buildId, bool fSync);
public void Cancel (uint buildId, bool fSync);
abstract member Cancel : uint32 * bool -> unit
Public Sub Cancel (buildId As UInteger, fSync As Boolean)
Parameters
- buildId
- UInt32
- fSync
- Boolean