Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / LoadSessionHeader Method
The full file name & path

In This Topic
    LoadSessionHeader Method
    In This Topic
    Attempt to load the session header from the specified file, returning null if it can't be loaded
    Syntax
    'Declaration
     
    
    Public Shared Function LoadSessionHeader( _
       ByVal sessionFileNamePath As String _
    ) As SessionHeader
    public static SessionHeader LoadSessionHeader( 
       string sessionFileNamePath
    )

    Parameters

    sessionFileNamePath
    The full file name & path

    Return Value

    The session header, or null if it can't be loaded
    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