Description

User measurement can indicate that the measurement is Stale during this event.

Syntax

Private Sub object_GetIsValueStale(MeasurementObject, IsStale)

The GetIsValueStale Event syntax has these parts:

PartDescription
objectA McUserMeasure object.
MeasurementObjectA McMeasure object.

The McMeasure object for which the measurement is to be computed.

IsStaleA Boolean value.

Event handler sets this True if the measurement is stale, otherwise it sets it False.

Remarks

Normally the measurement does not need to process this event, since it can specify which dependencies will make the measurements stale via the GetAttributes(mcmaidDependencies) event (and the defaults cover most situations even if that event is not handled). Note that this event will never be seen unless GetAttributes(mcmaidDependencies) event includes the mcmdfOther mcMeasurementDependencyFlags.

See McUserMeasure.UserIsValueStale for more discussion.