MessageFormatterEnumerableTracker(JsonRpc, IJsonRpcFormatterState) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
- jsonRpc
- JsonRpc
JsonRpc可用來傳送或接收與 IAsyncEnumerable<T> 相關的 RPC 訊息的 實例。
- formatterState
- IJsonRpcFormatterState
擁有此追蹤器的格式器。