Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / IPrincipalResolver Interface
Members

In This Topic
    IPrincipalResolver Interface
    In This Topic
    Resolves the user principle for the current thread
    Syntax
    'Declaration
     
    
    Public Interface IPrincipalResolver 
    public interface IPrincipalResolver 
    Remarks
    The resolver is invoked every time user-related data is recorded to associate an IPrincipal with the data. It is invoked on the thread that is recording the data so it can reference the current activity context to determine the IPrincipal, however this means any implementation should be as fast as feasible and should not make blocking calls - like to a network, file system, or database.
    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