CorrelationManagerTracingStrategy.GetInboundActivityName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定分派傳入 RPC 呼叫時,要提供給活動的名稱。
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
參數
- request
- JsonRpcRequest
輸入 RPC 要求。
傳回
活動名稱。
備註
預設實作會使用 Method 作為活動名稱。