Udostępnij za pośrednictwem


MessageFormatterProgressTracker Konstruktory

Definicja

Przeciążenia

MessageFormatterProgressTracker()
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Inicjuje nowe wystąpienie klasy MessageFormatterProgressTracker.

MessageFormatterProgressTracker()

public MessageFormatterProgressTracker ();
Public Sub New ()

Dotyczy

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Inicjuje nowe wystąpienie klasy 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)

Parametry

jsonRpc
JsonRpc

Obiekt JsonRpc , który ostatecznie jest właścicielem tego trackera.

formatterState
IJsonRpcFormatterState

Formater, który jest właścicielem tego trackera.

Dotyczy