ActivityTracingStrategy 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 Activity class over RPC.
public class ActivityTracingStrategy : StreamJsonRpc.IActivityTracingStrategy
type ActivityTracingStrategy = class
interface IActivityTracingStrategy
Public Class ActivityTracingStrategy
Implements IActivityTracingStrategy
- Inheritance
-
ActivityTracingStrategy
- Implements
Constructors
ActivityTracingStrategy() |
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. |