Langue

MessageFormatterProgressTracker Constructeurs

Définition

Surcharges

MessageFormatterProgressTracker()

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

S’applique à

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Source:
MessageFormatterProgressTracker.cs
Source:
MessageFormatterProgressTracker.cs
Source:
MessageFormatterProgressTracker.cs

Initialise une nouvelle instance de la classe MessageFormatterProgressTracker.

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)

Paramètres

jsonRpc
JsonRpc

Objet JsonRpc qui possède finalement ce suivi.

formatterState
IJsonRpcFormatterState

Formateur propriétaire de ce dispositif de suivi.

S’applique à