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>を実装するオブジェクト。

適用対象