File tree Expand file tree Collapse file tree
Microsoft.Azure.Cosmos/src/Tracing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,20 +90,23 @@ ITrace StartChild(
9090
9191 /// <summary>
9292 /// Adds a datum to the this trace instance.
93+ /// This method is thread-safe.
9394 /// </summary>
9495 /// <param name="key">The key to associate the datum.</param>
9596 /// <param name="traceDatum">The datum itself.</param>
9697 void AddDatum ( string key , TraceDatum traceDatum ) ;
9798
9899 /// <summary>
99100 /// Adds a datum to the this trace instance.
101+ /// This method is thread-safe.
100102 /// </summary>
101103 /// <param name="key">The key to associate the datum.</param>
102104 /// <param name="value">The datum itself.</param>
103105 void AddDatum ( string key , object value ) ;
104106
105107 /// <summary>
106108 /// Updates the given datum in this trace instance if exists, otherwise Add
109+ /// This method is thread-safe.
107110 /// </summary>
108111 /// <param name="key">The key to associate the datum.</param>
109112 /// <param name="value">The datum itself.</param>
You can’t perform that action at this time.
0 commit comments