Поделиться через


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

Модуль форматирования, которому принадлежит этот трекер.

Применяется к