IJsonRpcTracingCallbacks 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.
An interface implemented by JsonRpc for IJsonRpcMessageFormatter implementations to use to facilitate message tracing.
public interface IJsonRpcTracingCallbacks
type IJsonRpcTracingCallbacks = interface
Public Interface IJsonRpcTracingCallbacks
- Derived
Methods
OnMessageDeserialized(JsonRpcMessage, Object) |
Occurs when the IJsonRpcMessageFormatter has deserialized an incoming message. |
OnMessageSerialized(JsonRpcMessage, Object) |
Occurs when the IJsonRpcMessageFormatter has serialized a message for transmission. |