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
このトラッカーを所有するフォーマッタ。