Sdílet prostřednictvím


MessageFormatterProgressTracker Konstruktory

Definice

Přetížení

MessageFormatterProgressTracker()

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

Platí pro

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Zdroj:
MessageFormatterProgressTracker.cs
Zdroj:
MessageFormatterProgressTracker.cs
Zdroj:
MessageFormatterProgressTracker.cs

Inicializuje novou instanci MessageFormatterProgressTracker třídy.

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)

Parametry

jsonRpc
JsonRpc

Objekt JsonRpc , který nakonec vlastní tento sledování.

formatterState
IJsonRpcFormatterState

Formátovací modul, který tento sledovací modul vlastní.

Platí pro