MessageFormatterDuplexPipeTracker Constructors
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.
Overloads
MessageFormatterDuplexPipeTracker() |
Initializes a new instance of the MessageFormatterDuplexPipeTracker class. |
MessageFormatterDuplexPipeTracker(JsonRpc, IJsonRpcFormatterState) |
Initializes a new instance of the MessageFormatterDuplexPipeTracker class. |
MessageFormatterDuplexPipeTracker()
Initializes a new instance of the MessageFormatterDuplexPipeTracker class.
public MessageFormatterDuplexPipeTracker ();
Public Sub New ()
Applies to
MessageFormatterDuplexPipeTracker(JsonRpc, IJsonRpcFormatterState)
Initializes a new instance of the MessageFormatterDuplexPipeTracker class.
public MessageFormatterDuplexPipeTracker (StreamJsonRpc.JsonRpc jsonRpc, StreamJsonRpc.Reflection.IJsonRpcFormatterState formatterState);
new StreamJsonRpc.Reflection.MessageFormatterDuplexPipeTracker : StreamJsonRpc.JsonRpc * StreamJsonRpc.Reflection.IJsonRpcFormatterState -> StreamJsonRpc.Reflection.MessageFormatterDuplexPipeTracker
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.