ActivityContext.IsRemote Property

Definition

Indicates if the activity context was propagated from a remote parent.

public:
 property bool IsRemote { bool get(); };
public bool IsRemote { get; }
member this.IsRemote : bool
Public ReadOnly Property IsRemote As Boolean

Property Value

true if it was propagated from a remote parent; false otherwise.

Remarks

IsRemote is not a part of W3C specification. It is needed for the OpenTelemetry scenarios.

Applies to