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。

适用于