CorrelationManagerTracingStrategy.ApplyInboundActivity(JsonRpcRequest) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將傳入 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 伺服器方法結束時還原此方法所採取的效果。