Condividi tramite


IJsonRpcMessageFormatter.GetJsonText(JsonRpcMessage) Metodo

Definizione

Attenzione

Tracing is now done via the IJsonRpcTracingCallbacks and IJsonRpcFormatterTracingCallbacks interfaces. Formatters may throw NotSupportedException from this method.

Ottiene una rappresentazione JSON per un determinato messaggio a scopo di traccia.

public object GetJsonText (StreamJsonRpc.Protocol.JsonRpcMessage message);
[System.Obsolete("Tracing is now done via the IJsonRpcTracingCallbacks and IJsonRpcFormatterTracingCallbacks interfaces. Formatters may throw NotSupportedException from this method.")]
public object GetJsonText (StreamJsonRpc.Protocol.JsonRpcMessage message);
abstract member GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
[<System.Obsolete("Tracing is now done via the IJsonRpcTracingCallbacks and IJsonRpcFormatterTracingCallbacks interfaces. Formatters may throw NotSupportedException from this method.")>]
abstract member GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
Public Function GetJsonText (message As JsonRpcMessage) As Object

Parametri

message
JsonRpcMessage

Messaggio da tracciare.

Restituisce

Qualsiasi oggetto il cui ToString() metodo produrrà una stringa JSON leggibile, adatta per la traccia.

Attributi

Si applica a