MessageFormatterProgressTracker.TryGetProgressObject 메서드

정의

오버로드

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation 지정된 진행률 ID와 연결된 개체를 가져옵니다.

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation 지정된 진행률 ID와 연결된 개체를 가져옵니다.

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation 지정된 진행률 ID와 연결된 개체를 가져옵니다.

public bool TryGetProgressObject (long progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation? valueType);
member this.TryGetProgressObject : int64 * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Long, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean

매개 변수

progressId
Int64

에서 개체StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapMessageFormatterProgressTracker.ProgressParamInformation 가져올 키입니다.

반환

지정된 키를 사용하여 개체를 MessageFormatterProgressTracker.ProgressParamInformation 찾았으면 true이고, 그렇지 않으면 false입니다.

적용 대상

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation 지정된 진행률 ID와 연결된 개체를 가져옵니다.

public bool TryGetProgressObject (object progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation valueType);
member this.TryGetProgressObject : obj * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Object, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean

매개 변수

progressId
Object

에서 개체StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapMessageFormatterProgressTracker.ProgressParamInformation 가져올 키입니다.

반환

지정된 키를 사용하여 개체를 MessageFormatterProgressTracker.ProgressParamInformation 찾았으면 true이고, 그렇지 않으면 false입니다.

적용 대상