IVCBuildCompleteCallback.OnBuildCompleted(UInt32, Boolean) Method

Definition

public:
 void OnBuildCompleted(System::UInt32 buildId, bool fSuccessful);
public:
 void OnBuildCompleted(unsigned int buildId, bool fSuccessful);
void OnBuildCompleted(unsigned int buildId, bool fSuccessful);
public void OnBuildCompleted (uint buildId, bool fSuccessful);
abstract member OnBuildCompleted : uint32 * bool -> unit
Public Sub OnBuildCompleted (buildId As UInteger, fSuccessful As Boolean)

Parameters

buildId
UInt32
fSuccessful
Boolean

Applies to