Sdílet prostřednictvím


MessageFormatterProgressTracker.TryGetProgressObject Metoda

Definice

Přetížení

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.

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

Parametry

progressId
Int64

Klíč pro získání objektu MessageFormatterProgressTracker.ProgressParamInformation z StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Návraty

true if the MessageFormatterProgressTracker.ProgressParamInformation object was found with the specified key; otherwise, false.

Platí pro

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.

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

Parametry

progressId
Object

Klíč pro získání objektu MessageFormatterProgressTracker.ProgressParamInformation z StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Návraty

true if the MessageFormatterProgressTracker.ProgressParamInformation object was found with the specified key; otherwise, false.

Platí pro