Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Log Class / ResolveApplicationUser Event

In This Topic
    ResolveApplicationUser Event
    In This Topic
    Raised whenever a new user name is encountered in the log data to allow additional user information to be specified
    Syntax
    'Declaration
     
    
    Public Event ResolveApplicationUser As Log.ResolveApplicationUserEventHandler
    public event Log.ResolveApplicationUserEventHandler ResolveApplicationUser
    Event Data

    The event handler receives an argument of type ApplicationUserResolutionEventArgs containing data related to this event. The following ApplicationUserResolutionEventArgs properties provide information specific to this event.

    PropertyDescription
    The current thread principal that often contains additional information about the current user  
    The user name being resolved  
    Remarks
    This event is raised by Loupe when a log message is attributed to a user name that doesn't yet have application user information provided. By subscribing to this event you can fill in missing information such as the email address, display name, organization, and other custom properties. This information is then carried through to the Loupe Server to improve user matching and analysis.
    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