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

拥有此跟踪器的格式化程序。

适用于