MessageFormatterProgressTracker Class
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.
Class containing useful methods to help message formatters implement support for IProgress<T>.
public class MessageFormatterProgressTracker
type MessageFormatterProgressTracker = class
Public Class MessageFormatterProgressTracker
- Inheritance
-
MessageFormatterProgressTracker
Constructors
MessageFormatterProgressTracker() | |
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState) |
Initializes a new instance of the MessageFormatterProgressTracker class. |
Fields
ProgressRequestSpecialMethod |
Special method name for progress notification. |
Properties
RequestIdBeingSerialized |
Gets or Sets the id of the request currently being serialized so the converter can use it to create the request-progress map. |