MessageFormatterProgressTracker.CreateProgress 메서드

정의

오버로드

CreateProgress(JsonRpc, Object, Type)

RPC 호출의 수신 끝에 사용할 의 IProgress<T> 새 instance 만듭니다.

CreateProgress<T>(JsonRpc, Object)

RPC 호출의 수신 끝에 사용할 의 IProgress<T> 새 instance 만듭니다.

CreateProgress(JsonRpc, Object, Type)

RPC 호출의 수신 끝에 사용할 의 IProgress<T> 새 instance 만듭니다.

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 데 사용되는 instance.

token
Object

에서 instance 가져오는 MessageFormatterProgressTracker.ProgressParamInformation 데 사용되는 토큰입니다StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

valueType
Type

intance에서 IProgress<T> 보고할 형식입니다.

반환

적용 대상

CreateProgress<T>(JsonRpc, Object)

RPC 호출의 수신 끝에 사용할 의 IProgress<T> 새 instance 만듭니다.

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 데 사용되는 instance.

token
Object

에서 instance 가져오는 MessageFormatterProgressTracker.ProgressParamInformation 데 사용되는 토큰입니다StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

반환

적용 대상