MessageFormatterProgressTracker.ProgressParamInformation 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 used to keep relevant information of an object that implements IProgress<T>.
public class MessageFormatterProgressTracker.ProgressParamInformation
type MessageFormatterProgressTracker.ProgressParamInformation = class
Public Class MessageFormatterProgressTracker.ProgressParamInformation
- Inheritance
-
MessageFormatterProgressTracker.ProgressParamInformation
Constructors
MessageFormatterProgressTracker.ProgressParamInformation(Object) |
Initializes a new instance of the MessageFormatterProgressTracker.ProgressParamInformation class. |
Properties
Token |
Gets the token associated with this progress object. |
ValueType |
Gets the actual Type reported by IProgress<T>. |
Methods
InvokeReport(Object) |
Invokes StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod using the given typed value. |