Dela via


MessageFormatterProgressTracker Constructors

Definition

Overloads

MessageFormatterProgressTracker()
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Initializes a new instance of the MessageFormatterProgressTracker class.

MessageFormatterProgressTracker()

public MessageFormatterProgressTracker ();
Public Sub New ()

Applies to

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

Initializes a new instance of the MessageFormatterProgressTracker class.

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)

Parameters

jsonRpc
JsonRpc

The JsonRpc object that ultimately owns this tracker.

formatterState
IJsonRpcFormatterState

The formatter that owns this tracker.

Applies to