Freigeben über


MessageFormatterProgressTracker Konstruktoren

Definition

Überlädt

MessageFormatterProgressTracker()
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Initialisiert eine neue Instanz der MessageFormatterProgressTracker-Klasse.

MessageFormatterProgressTracker()

public MessageFormatterProgressTracker ();
Public Sub New ()

Gilt für:

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Initialisiert eine neue Instanz der MessageFormatterProgressTracker-Klasse.

public MessageFormatterProgressTracker (StreamJsonRpc.JsonRpc jsonRpc, StreamJsonRpc.Reflection.IJsonRpcFormatterState formatterState);
new StreamJsonRpc.Reflection.MessageFormatterProgressTracker : StreamJsonRpc.JsonRpc * StreamJsonRpc.Reflection.IJsonRpcFormatterState -> StreamJsonRpc.Reflection.MessageFormatterProgressTracker
Public Sub New (jsonRpc As JsonRpc, formatterState As IJsonRpcFormatterState)

Parameter

jsonRpc
JsonRpc

Das JsonRpc Objekt, das letztlich diesen Tracker besitzt.

formatterState
IJsonRpcFormatterState

Der Formatter, der diesen Tracker besitzt.

Gilt für: