次の方法で共有


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

このトラッカーを所有するフォーマッタ。

適用対象