IDataCollectorSet::get_StopOnCompletion method (pla.h)

Retrieves or sets a value that determines whether the data collector set stops when all the data collectors in the set are in a completed state.

This property is read/write.

Syntax

HRESULT get_StopOnCompletion(
  VARIANT_BOOL *Stop
);

Parameters

Stop

Return value

None

Remarks

A data collector set stops only after all the data collectors in the set are complete. The following table identifies when each data collector is complete.

Collector Is complete
Configuration When all configuration information has been collected.
Performance Counter and Event Tracing Immediately if both segment duration and segment size are zero. Otherwise, if either segment duration or segment size is specified, then the set completes only after one of the segment conditions is met.For Performance Counter, the maximum number of records segment is also considered.
Alert and API Tracing Immediately.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IDataCollectorSet

IDataCollectorSet::Schedules

IDataCollectorSet::Stop