次の方法で共有


MessageFormatterProgressTracker.CreateProgress メソッド

定義

オーバーロード

CreateProgress(JsonRpc, Object, Type)

RPC 呼び出しの IProgress<T> 受信側で使用する の新しいインスタンスを作成します。

CreateProgress<T>(JsonRpc, Object)

RPC 呼び出しの IProgress<T> 受信側で使用する の新しいインスタンスを作成します。

CreateProgress(JsonRpc, Object, Type)

RPC 呼び出しの IProgress<T> 受信側で使用する の新しいインスタンスを作成します。

public object CreateProgress (StreamJsonRpc.JsonRpc rpc, object token, Type valueType);
member this.CreateProgress : StreamJsonRpc.JsonRpc * obj * Type -> obj
Public Function CreateProgress (rpc As JsonRpc, token As Object, valueType As Type) As Object

パラメーター

rpc
JsonRpc

JsonRpc通知の送信に使用されるProgressRequestSpecialMethodインスタンス。

token
Object

からStreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapインスタンスを取得するために使用されるMessageFormatterProgressTracker.ProgressParamInformationトークン。

valueType
Type

インタンスが IProgress<T> 報告する型。

戻り値

適用対象

CreateProgress<T>(JsonRpc, Object)

RPC 呼び出しの IProgress<T> 受信側で使用する の新しいインスタンスを作成します。

public IProgress<T> CreateProgress<T> (StreamJsonRpc.JsonRpc rpc, object token);
member this.CreateProgress : StreamJsonRpc.JsonRpc * obj -> IProgress<'T>
Public Function CreateProgress(Of T) (rpc As JsonRpc, token As Object) As IProgress(Of T)

型パラメーター

T

によって IProgress<T>報告される値の型。

パラメーター

rpc
JsonRpc

JsonRpc通知の送信に使用されるProgressRequestSpecialMethodインスタンス。

token
Object

からStreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapインスタンスを取得するために使用されるMessageFormatterProgressTracker.ProgressParamInformationトークン。

戻り値

適用対象