CorrelationManagerTracingStrategy.GetInboundActivityName Method
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.
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.