Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Data Namespace / ILogMessage Interface / ThreadId Property

In This Topic
    ThreadId Property (ILogMessage)
    In This Topic
    The Managed Thread Id of the thread which originated this log message.
    Syntax
    'Declaration
     
    
    ReadOnly Property ThreadId As Integer
    int ThreadId {get;}
    Remarks
    This is not the operating system thread Id as managed threads do not necessarily correspond to OS threads.
    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