ActivityContext.IsRemote 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出活動內容是否已從遠端父代傳播。
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 案例需要它。