26.244. Class ActivityExt
Namespace: ArmoniK.Core.Common.Utils
Assembly: ArmoniK.Core.Common.dll
Provides extension methods for
public static class ActivityExt
26.244.1. Inheritance
26.244.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
26.244.3. Methods
26.244.3.1. SetTagAndBaggage(Activity?, string, string)
Combines
public static Activity? SetTagAndBaggage(this Activity? activity, string key, string value)
26.244.3.1.1. Parameters
activity Activity?
Activity to which set tag and baggage
key string
Key of the tag/baggage
value string
Value of the tag/baggage
26.244.3.1.2. Returns
The given activity for chaining purposes