pub unsafe extern "C" fn iplProbeBatchCommit(
    probeBatch: IPLProbeBatch
)
Expand description

Commits all changes made to a probe batch since this function was last called (or since the probe batch was first created, if this function was never called). This function must be called after adding, removing, or updating any probes in the batch, for the changes to take effect.

\param probeBatch The probe batch.