MessageFormatterProgressTracker Konstruktoren

Definition

Überlädt

MessageFormatterProgressTracker()

Quelle:
MessageFormatterProgressTracker.cs
public MessageFormatterProgressTracker();
Public Sub New ()

Gilt für:

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Quelle:
MessageFormatterProgressTracker.cs
Quelle:
MessageFormatterProgressTracker.cs
Quelle:
MessageFormatterProgressTracker.cs

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 letztendlich diesen Tracker besitzt.

formatterState
IJsonRpcFormatterState

Der Formatierer, der diesen Tracker besitzt.

Gilt für: