Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Log.ResolveApplicationUserEventHandler Delegate
The sender of this event.
The Application User information

In This Topic
    Log.ResolveApplicationUserEventHandler Delegate
    In This Topic
    Handler delegate for the Resolve Application User event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub Log.ResolveApplicationUserEventHandler( _
       ByVal sender As Object, _
       ByVal e As ApplicationUserResolutionEventArgs _
    ) 
    public delegate void Log.ResolveApplicationUserEventHandler( 
       object sender,
       ApplicationUserResolutionEventArgs e
    )

    Parameters

    sender
    The sender of this event.
    e
    The Application User information
    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