Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayout Class / AppendPerformanceInfo Method / AppendPerformanceInfo(String,Int32) Method


In This Topic
    AppendPerformanceInfo(String,Int32) Method
    In This Topic
    Appends the provided performance data to the performance info.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub AppendPerformanceInfo( _
       ByVal description As System.String, _
       ByVal value As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NLayout
    Dim description As System.String
    Dim value As System.Integer
     
    instance.AppendPerformanceInfo(description, value)
    protected void AppendPerformanceInfo( 
       System.string description,
       System.int value
    )

    Parameters

    description
    value
    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