MessageFormatterProgressTracker.ProgressParamInformation(Object) 构造函数

定义

public ProgressParamInformation (object progressObject);
new StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation : obj -> StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation
Public Sub New (progressObject As Object)

参数

progressObject
Object

实现 IProgress<T>的对象。

适用于