Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / LogMessageAlertEventArgs Class / CanSendSession Method
If there is not sufficient configuration information this value will describe what was missing.

In This Topic
    CanSendSession Method (LogMessageAlertEventArgs)
    In This Topic
    Indicates if there is sufficient configuration information to send the current session (either via Loupe Server or email)
    Syntax
    'Declaration
     
    
    Public Function CanSendSession( _
       ByRef reason As String _
    ) As Boolean
    public bool CanSendSession( 
       ref string reason
    )

    Parameters

    reason
    If there is not sufficient configuration information this value will describe what was missing.
    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