Aracılığıyla paylaş


IJsonRpcMessageFormatter.GetJsonText(JsonRpcMessage) Yöntem

Tanım

Dikkat

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

İzleme amacıyla belirli bir ileti için JSON gösterimi alır.

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

Parametreler

message
JsonRpcMessage

İzlenecek ileti.

Döndürülenler

yöntemi, izleme için uygun, insan tarafından okunabilir bir JSON dizesi üretecek herhangi ToString() bir nesne.

Öznitelikler

Şunlara uygulanır