Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / Remove Method / Remove(IMetricValue) Method
The MetricValue item to remove.

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

    Parameters

    item
    The MetricValue 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