Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / CanSendSessionsOnExit Method

In This Topic
    CanSendSessionsOnExit Method
    In This Topic
    Indicates if we have sufficient configuration information to automatically send packages upon exit (via email or server).
    Syntax
    'Declaration
     
    
    Public Shared Function CanSendSessionsOnExit( _
       ByRef message As String _
    ) As Boolean
    public static bool CanSendSessionsOnExit( 
       ref string message
    )

    Parameters

    message
    Remarks
    This checks whether there is sufficient configuration to submit sessions through the packager upon exit. It also checks that the packager executable can be found.
    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