MessageFormatterProgressTracker.ProgressParamInformation 类

定义

用于保留实现 IProgress<T>的对象相关信息的类。

public class MessageFormatterProgressTracker.ProgressParamInformation
type MessageFormatterProgressTracker.ProgressParamInformation = class
Public Class MessageFormatterProgressTracker.ProgressParamInformation
继承
MessageFormatterProgressTracker.ProgressParamInformation

构造函数

MessageFormatterProgressTracker.ProgressParamInformation(Object)

初始化 MessageFormatterProgressTracker.ProgressParamInformation 类的新实例。

属性

Token

获取与此进度对象关联的令牌。

ValueType

获取实际 Type 报告者 IProgress<T>

方法

InvokeReport(Object)

StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod使用给定的类型化值调用。

适用于