Condividi tramite


MessageFormatterProgressTracker.TryGetProgressObject Metodo

Definizione

Overload

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Origine:
MessageFormatterProgressTracker.cs
Origine:
MessageFormatterProgressTracker.cs
Origine:
MessageFormatterProgressTracker.cs

Ottiene l'oggetto MessageFormatterProgressTracker.ProgressParamInformation associato all'ID di stato specificato.

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

Parametri

progressId
Int64

Chiave per ottenere l'oggetto MessageFormatterProgressTracker.ProgressParamInformation da StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Restituisce

true se l'oggetto MessageFormatterProgressTracker.ProgressParamInformation è stato trovato con la chiave specificata; in caso contrario, false.

Si applica a

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Origine:
MessageFormatterProgressTracker.cs

Ottiene l'oggetto MessageFormatterProgressTracker.ProgressParamInformation associato all'ID di stato specificato.

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

Parametri

progressId
Object

Chiave per ottenere l'oggetto MessageFormatterProgressTracker.ProgressParamInformation da StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Restituisce

true se l'oggetto MessageFormatterProgressTracker.ProgressParamInformation è stato trovato con la chiave specificata; in caso contrario, false.

Si applica a