MessageFormatterProgressTracker Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- formatterState
- IJsonRpcFormatterState
The formatter that owns this tracker.