Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IIssue Interface / Suppress Method
Optional. A text note of unlimited length. Plain text is recommended.
Optional. The user name of the user to attribute the action to.

In This Topic
    Suppress Method (IIssue)
    In This Topic
    Suppress an issue so it will not be automatically reopened if it recurs.
    Syntax
    'Declaration
     
    
    Function Suppress( _
       ByVal note As String, _
       Optional ByVal userName As String _
    ) As Task
    Task Suppress( 
       string note,
       string userName
    )

    Parameters

    note
    Optional. A text note of unlimited length. Plain text is recommended.
    userName
    Optional. The user name of the user to attribute the action to.
    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