共用方式為


MessageFormatterProgressTracker.ProgressParamInformation(Object) 建構函式

定義

初始化 MessageFormatterProgressTracker.ProgressParamInformation 類別的新執行個體。

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

參數

progressObject
Object

實作 IProgress<T> 的物件。

適用於