CorrelationManagerTracingStrategy.ApplyInboundActivity(JsonRpcRequest) 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.
Applies an activity described in an incoming RPC request to the current context so the dispatched method can inherit it.
public IDisposable? ApplyInboundActivity (StreamJsonRpc.Protocol.JsonRpcRequest request);
abstract member ApplyInboundActivity : StreamJsonRpc.Protocol.JsonRpcRequest -> IDisposable
override this.ApplyInboundActivity : StreamJsonRpc.Protocol.JsonRpcRequest -> IDisposable
Public Function ApplyInboundActivity (request As JsonRpcRequest) As IDisposable
Parameters
- request
- JsonRpcRequest
The inbound RPC request.
Returns
An optional disposable object that can revert the effects taken by this method at the conclusion of the dispatched RPC server method.