Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricCollection Class / Remove Method
The Metric item to remove.

In This Topic
    Remove Method (MetricCollection)
    In This Topic
    Removing objects is not supported.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As IMetric _
    ) As Boolean
    public bool Remove( 
       IMetric item
    )

    Parameters

    item
    The Metric item to remove.
    Remarks
    This method is implemented only for ICollection interface support and will throw an exception if called.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also