• Create a new independent instance of IW3cTraceState that contains a snapshot of all current key/value pairs from the provided instance and any parent instances. The returned instance will have no parent and will be completely independent from any future changes to the original instance or its parent chain. This is useful when you need to capture the current state and ensure it remains unchanged regardless of future modifications to the parent instances.

    Parameters

    Returns IW3cTraceState

    A new independent instance of IW3cTraceState with all current key/value pairs captured

    3.4.0