IJsonRpcFormatterTracingCallbacks 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.
Optionally implemented by a IJsonRpcMessageFormatter when it needs the fully serialized sequence in order to trace the JSON representation of the message.
public interface IJsonRpcFormatterTracingCallbacks
type IJsonRpcFormatterTracingCallbacks = interface
Public Interface IJsonRpcFormatterTracingCallbacks
- Derived
Methods
OnSerializationComplete(JsonRpcMessage, ReadOnlySequence<Byte>) |
Invites the formatter to call OnMessageSerialized(JsonRpcMessage, Object) with the JSON representation of the message just serialized.. |