MessageFormatterEnumerableTracker(JsonRpc, IJsonRpcFormatterState) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.