IJsonRpcFormatterTracingCallbacks Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Éventuellement implémenté par un IJsonRpcMessageFormatter moment où il a besoin de la séquence entièrement sérialisée afin de suivre la représentation JSON du message.
public interface IJsonRpcFormatterTracingCallbacks
type IJsonRpcFormatterTracingCallbacks = interface
Public Interface IJsonRpcFormatterTracingCallbacks
- Dérivé
Méthodes
| Nom | Description |
|---|---|
| OnSerializationComplete(JsonRpcMessage, ReadOnlySequence<Byte>) |
Invite le formateur à appeler OnMessageSerialized(JsonRpcMessage, Object) avec la représentation JSON du message juste sérialisé.. |