IBIMonitoringStore.TrimAnnotationUntouchedSince method
Removes annotations that have not been modified since the specified date.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub TrimAnnotationUntouchedSince ( _
untouchedSince As DateTime _
)
'Usage
Dim instance As IBIMonitoringStore
Dim untouchedSince As DateTime
instance.TrimAnnotationUntouchedSince(untouchedSince)
void TrimAnnotationUntouchedSince(
DateTime untouchedSince
)
Parameters
untouchedSince
Type: System.DateTimeThe target date. Annotations that have not been modified since this date are removed from the system.