次の方法で共有


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>オブジェクト。

適用対象