ICancellationStrategy.CancelOutboundRequest(RequestId) 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.
Translates a canceled CancellationToken that was used in an outbound RPC request into terms that the RPC server can understand.
public void CancelOutboundRequest (StreamJsonRpc.RequestId requestId);
abstract member CancelOutboundRequest : StreamJsonRpc.RequestId -> unit
Public Sub CancelOutboundRequest (requestId As RequestId)
Parameters
- requestId
- RequestId
The ID of the canceled request.
Remarks
Every call to this method is followed by a subsequent call to OutboundRequestEnded(RequestId).