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

IProgress<T>によって報告された実際のTypeを取得します。

メソッド

名前 説明
InvokeReport(Object)

指定された型指定された値を使用して StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod を呼び出します。

適用対象