Прочетете на английски

Споделяне чрез


ActivityTracingStrategy Class

Definition

Synchronizes activities as set by the Activity class over RPC.

C#
public class ActivityTracingStrategy : StreamJsonRpc.IActivityTracingStrategy
Inheritance
ActivityTracingStrategy
Implements

Constructors

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.

Applies to

Продукт Версии
StreamJsonRpc 2.7, 2.8, 2.9

See also