IBIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince method

Removes annotations that have not been modified since a specified date.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Sub TrimAnnotationUntouchedSince ( _
    untouchedSince As DateTime _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim untouchedSince As DateTime

instance.TrimAnnotationUntouchedSince(untouchedSince)
void TrimAnnotationUntouchedSince(
    DateTime untouchedSince
)

Parameters

  • untouchedSince
    Type: System.DateTime

    The target date. Annotations that have not been modified since this date are removed from the system.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace