Share via


MessageFormatterProgressTracker.ProgressParamInformation Class

Definition

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.

Applies to