Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionSummary Class / DefaultCaption Method
The session summary object to generate a default caption for

In This Topic
    DefaultCaption Method
    In This Topic
    Generates a reasonable default caption for the provided session that has no caption
    Syntax
    'Declaration
     
    
    Public Shared Function DefaultCaption( _
       ByVal sessionSummary As SessionSummary _
    ) As String
    public static string DefaultCaption( 
       SessionSummary sessionSummary
    )

    Parameters

    sessionSummary
    The session summary object to generate a default caption for

    Return Value

    The default caption
    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