Parameters
- principal
- The principal that was resolved, if any.
Return Value
True if the IPrincipal was resolved.
Implementations should be optimized to not throw exceptions but instead return false if no principal could be resolved. Since this method is called on each logging thread before queuing data it is important to have a high performance, non-blocking implementation.
To avoid deadlocks and infinite loops, any attempt to log within this method (directly or indirectly through a dependency) will be ignored.
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