共用方式為


MessageFormatterProgressTracker 建構函式

定義

多載

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)

參數

jsonRpc
JsonRpc

JsonRpc最終擁有此追蹤器的物件。

formatterState
IJsonRpcFormatterState

擁有此追蹤器的格式器。

適用於