ActivityContext.IsRemote 属性

定义

指示活动上下文是否从远程父项传播。

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

属性值

true 如果从远程父级传播,则为 ; false 否则。

注解

IsRemote 不是 W3C 规范的一部分。 OpenTelemetry 方案需要它。

适用于