Compartilhar via


IJsonRpcMessageFormatter.GetJsonText(JsonRpcMessage) Método

Definição

Cuidado

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

Obtém uma representação JSON para uma determinada mensagem para fins de rastreamento.

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

Parâmetros

message
JsonRpcMessage

A mensagem a ser rastreada.

Retornos

Qualquer objeto cujo ToString() método produzirá uma cadeia de caracteres JSON legível por humanos, adequada para rastreamento.

Atributos

Aplica-se a