Share via


MessageFormatterEnumerableTracker(JsonRpc, IJsonRpcFormatterState) Constructor

Definition

Initializes a new instance of the MessageFormatterEnumerableTracker class.

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)

Parameters

jsonRpc
JsonRpc

The JsonRpc instance that may be used to send or receive RPC messages related to IAsyncEnumerable<T>.

formatterState
IJsonRpcFormatterState

The formatter that owns this tracker.

Applies to