CorrelationManagerTracingStrategy Class
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 activities as set by the CorrelationManager class over RPC.
public class CorrelationManagerTracingStrategy : StreamJsonRpc.IActivityTracingStrategy
type CorrelationManagerTracingStrategy = class
interface IActivityTracingStrategy
Public Class CorrelationManagerTracingStrategy
Implements IActivityTracingStrategy
- Inheritance
-
CorrelationManagerTracingStrategy
- Implements
Constructors
CorrelationManagerTracingStrategy() |
Properties
TraceSource |
Gets or sets the TraceSource that will receive the activity transfer, start and stop events . |
TraceState |
Gets or sets the contextual |
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. |
GetInboundActivityName(JsonRpcRequest) |
Determines the name to give to the activity started when dispatching an incoming RPC call. |