Udostępnij za pośrednictwem


MessageFormatterEnumerableTracker(JsonRpc, IJsonRpcFormatterState) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy MessageFormatterEnumerableTracker.

public MessageFormatterEnumerableTracker (StreamJsonRpc.JsonRpc jsonRpc, StreamJsonRpc.Reflection.IJsonRpcFormatterState formatterState);
new StreamJsonRpc.Reflection.MessageFormatterEnumerableTracker : StreamJsonRpc.JsonRpc * StreamJsonRpc.Reflection.IJsonRpcFormatterState -> StreamJsonRpc.Reflection.MessageFormatterEnumerableTracker
Public Sub New (jsonRpc As JsonRpc, formatterState As IJsonRpcFormatterState)

Parametry

jsonRpc
JsonRpc

WystąpienieJsonRpc, które może służyć do wysyłania lub odbierania komunikatów RPC związanych z .IAsyncEnumerable<T>

formatterState
IJsonRpcFormatterState

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

Dotyczy