Partager via


MessageFormatterProgressTracker.TryGetProgressObject Méthode

Définition

Surcharges

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Source:
MessageFormatterProgressTracker.cs
Source:
MessageFormatterProgressTracker.cs
Source:
MessageFormatterProgressTracker.cs

Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné.

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

Paramètres

progressId
Int64

Clé d’obtention de l’objet MessageFormatterProgressTracker.ProgressParamInformation à partir de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Retours

true si l’objet MessageFormatterProgressTracker.ProgressParamInformation a été trouvé avec la clé spécifiée ; sinon, false.

S’applique à

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Source:
MessageFormatterProgressTracker.cs

Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné.

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

Paramètres

progressId
Object

Clé d’obtention de l’objet MessageFormatterProgressTracker.ProgressParamInformation à partir de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Retours

true si l’objet MessageFormatterProgressTracker.ProgressParamInformation a été trouvé avec la clé spécifiée ; sinon, false.

S’applique à