IActivityTracingStrategy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Synchronizes contextual activities between an RPC client and server consistent with the W3C Trace Context specification.
public interface IActivityTracingStrategy
type IActivityTracingStrategy = interface
Public Interface IActivityTracingStrategy
- Derived
Remarks
Implementations are required to be thread-safe.
Methods
ApplyInboundActivity(JsonRpcRequest) |
Applies an activity described in an incoming RPC request to the current context so the dispatched method can inherit it. |
ApplyOutboundActivity(JsonRpcRequest) |
Applies a contextual activity to an outbound RPC request. |