IJsonRpcFormatterCallbacks Interface
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.
Implemented by JsonRpc to expose callbacks allowing an IJsonRpcMessageFormatter to perform resource cleanup.
public interface IJsonRpcFormatterCallbacks
type IJsonRpcFormatterCallbacks = interface
Public Interface IJsonRpcFormatterCallbacks
- Derived
Events
RequestTransmissionAborted |
Occurs when JsonRpc aborts the transmission of an outbound request (that was not a notification). |
ResponseReceived |
Occurs when JsonRpc receives a response to a previously sent request. |
ResponseSent |
Occurs when JsonRpc transmits a response message. |