Share via


CorrelationManagerTracingStrategy.GetInboundActivityName Method

Definition

Determines the name to give to the activity started when dispatching an incoming RPC call.

protected virtual string? GetInboundActivityName (StreamJsonRpc.Protocol.JsonRpcRequest request);
abstract member GetInboundActivityName : StreamJsonRpc.Protocol.JsonRpcRequest -> string
override this.GetInboundActivityName : StreamJsonRpc.Protocol.JsonRpcRequest -> string
Protected Overridable Function GetInboundActivityName (request As JsonRpcRequest) As String

Parameters

request
JsonRpcRequest

The inbound RPC request.

Returns

The name of the activity.

Remarks

The default implementation uses Method as the activity name.

Applies to