MessageFormatterProgressTracker 생성자

정의

오버로드

MessageFormatterProgressTracker()
MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

MessageFormatterProgressTracker 클래스의 새 인스턴스를 초기화합니다.

MessageFormatterProgressTracker()

public MessageFormatterProgressTracker ();
Public Sub New ()

적용 대상

MessageFormatterProgressTracker(JsonRpc, IJsonRpcFormatterState)

MessageFormatterProgressTracker 클래스의 새 인스턴스를 초기화합니다.

public MessageFormatterProgressTracker (StreamJsonRpc.JsonRpc jsonRpc, StreamJsonRpc.Reflection.IJsonRpcFormatterState formatterState);
new StreamJsonRpc.Reflection.MessageFormatterProgressTracker : StreamJsonRpc.JsonRpc * StreamJsonRpc.Reflection.IJsonRpcFormatterState -> StreamJsonRpc.Reflection.MessageFormatterProgressTracker
Public Sub New (jsonRpc As JsonRpc, formatterState As IJsonRpcFormatterState)

매개 변수

jsonRpc
JsonRpc

궁극적으로 이 JsonRpc 추적기를 소유하는 개체입니다.

formatterState
IJsonRpcFormatterState

이 추적기를 소유하는 포맷터입니다.

적용 대상