MessageFormatterProgressTracker Конструкторы

Определение

Перегрузки

MessageFormatterProgressTracker()

Исходный код:
MessageFormatterProgressTracker.cs
public MessageFormatterProgressTracker();
Public Sub New ()

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

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Исходный код:
MessageFormatterProgressTracker.cs
Исходный код:
MessageFormatterProgressTracker.cs
Исходный код:
MessageFormatterProgressTracker.cs

Инициализирует новый экземпляр класса 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

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

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