共用方式為


CorrelationManagerTracingStrategy.ApplyInboundActivity(JsonRpcRequest) 方法

定義

將傳入 RPC 要求中所述的活動套用至目前內容,讓分派的方法可以繼承它。

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

參數

request
JsonRpcRequest

輸入 RPC 要求。

傳回

選擇性的可處置物件,可在分派 RPC 伺服器方法結束時還原此方法所採取的效果。

實作

適用於