Udostępnij za pośrednictwem


IJsonRpcMessageFormatter.GetJsonText(JsonRpcMessage) Metoda

Definicja

Przestroga

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

Pobiera reprezentację JSON dla danego komunikatu na potrzeby śledzenia.

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

Parametry

message
JsonRpcMessage

Wiadomość do śledzenia.

Zwraca

Każdy obiekt, którego ToString() metoda utworzy czytelny dla człowieka ciąg JSON, odpowiedni do śledzenia.

Atrybuty

Dotyczy