MessageFormatterProgressTracker Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- formatterState
- IJsonRpcFormatterState
Formater, który jest właścicielem tego trackera.