共用方式為


MessageFormatterProgressTracker.TryGetProgressObject 方法

定義

多載

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。

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.progressMap 取得 MessageFormatterProgressTracker.ProgressParamInformation 物件的索引鍵。

傳回

如果 MessageFormatterProgressTracker.ProgressParamInformation 找到具有指定索引鍵的物件,則為 true;否則為 false。

適用於

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。

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.progressMap 取得 MessageFormatterProgressTracker.ProgressParamInformation 物件的索引鍵。

傳回

如果 MessageFormatterProgressTracker.ProgressParamInformation 找到具有指定索引鍵的物件,則為 true;否則為 false。

適用於