EWS SOAP Trace logs -- what does Tid mean?

Hi All --

Hopefully this is an easy one. In the following, what does Tid stand for?

<Trace Tag="EwsResponse" Tid="20" Time="2015-08-03 18:59:58Z" Version="15.00.0913.015">

Thanks in advance!

Robert

August 5th, 2015 4:07pm

The Managed API is open source so you can check yourself eg see

https://github.com/OfficeDev/ews-managed-api/blob/master/Core/EwsUtilities.cs

line

writer.WriteAttributeString("Tid", Thread.CurrentThread.ManagedThreadId.ToString());

so it the ManagedThreadId https://msdn.microsoft.com/en-us/library/system.threading.thread.managedthreadid(v=vs.100).aspx

Cheers
Glen

Free Windows Admin Tool Kit Click here and download it now
August 6th, 2015 12:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics