IJsonRpcTracingCallbacks.OnMessageSerialized(JsonRpcMessage, Object) Méthode
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.
Se produit lorsque le IJsonRpcMessageFormatter message a été sérialisé pour la transmission.
public void OnMessageSerialized (StreamJsonRpc.Protocol.JsonRpcMessage message, object encodedMessage);
abstract member OnMessageSerialized : StreamJsonRpc.Protocol.JsonRpcMessage * obj -> unit
Public Sub OnMessageSerialized (message As JsonRpcMessage, encodedMessage As Object)
Paramètres
- message
- JsonRpcMessage
Message JSON-RPC.
- encodedMessage
- Object
Forme encodée du message. L’appel ToString() doit produire le texte JSON-RPC du message.