System.Threading.AsyncLocalValueChangedArgs<T> public struct AsyncLocalValueChangedArgs<T> Documentation public T CurrentValue { get; } public T PreviousValue { get; } public bool ThreadContextChanged { get; }