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

In This Topic
    IsHubSubmissionConfigured Method
    In This Topic
    Indicates if we have sufficient configuration information to automatically send packages to a Loupe Server.
    Syntax
    'Declaration
     
    
    Public Shared Function IsHubSubmissionConfigured( _
       ByRef message As String _
    ) As Boolean
    public static bool IsHubSubmissionConfigured( 
       ref string message
    )

    Parameters

    message
    Remarks
    This checks whether there is sufficient configuration to submit sessions through a server. It does NOT check whether the packager is configured to allow submission through a server, because they may also be sent directly from Agent without using the packager.
    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