JsonRpc.OnResponseReceived(JsonRpcMessage) 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.
Déclenche l’événement ResponseReceived.
protected virtual void OnResponseReceived (StreamJsonRpc.Protocol.JsonRpcMessage response);
abstract member OnResponseReceived : StreamJsonRpc.Protocol.JsonRpcMessage -> unit
override this.OnResponseReceived : StreamJsonRpc.Protocol.JsonRpcMessage -> unit
Protected Overridable Sub OnResponseReceived (response As JsonRpcMessage)
Paramètres
- response
- JsonRpcMessage
Résultat ou erreur reçu.