MessageFormatterProgressTracker 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MessageFormatterProgressTracker() | |
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState) |
初始化 MessageFormatterProgressTracker 類別的新執行個體。 |
MessageFormatterProgressTracker()
public MessageFormatterProgressTracker ();
Public Sub New ()
適用於
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)
初始化 MessageFormatterProgressTracker 類別的新執行個體。
public MessageFormatterProgressTracker (StreamJsonRpc.JsonRpc jsonRpc, StreamJsonRpc.Reflection.IJsonRpcFormatterState formatterState);
new StreamJsonRpc.Reflection.MessageFormatterProgressTracker : StreamJsonRpc.JsonRpc * StreamJsonRpc.Reflection.IJsonRpcFormatterState -> StreamJsonRpc.Reflection.MessageFormatterProgressTracker
Public Sub New (jsonRpc As JsonRpc, formatterState As IJsonRpcFormatterState)
參數
- formatterState
- IJsonRpcFormatterState
擁有此追蹤器的格式器。