Compartir a través de


MessageFormatterProgressTracker.TryGetProgressObject Método

Definición

Sobrecargas

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Obtiene el MessageFormatterProgressTracker.ProgressParamInformation objeto asociado al identificador de progreso especificado.

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Obtiene el MessageFormatterProgressTracker.ProgressParamInformation objeto asociado al identificador de progreso especificado.

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Obtiene el MessageFormatterProgressTracker.ProgressParamInformation objeto asociado al identificador de progreso especificado.

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

Parámetros

progressId
Int64

Clave para obtener el MessageFormatterProgressTracker.ProgressParamInformation objeto de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Devoluciones

True si el MessageFormatterProgressTracker.ProgressParamInformation objeto se encontró con la clave especificada; de lo contrario, false.

Se aplica a

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Obtiene el MessageFormatterProgressTracker.ProgressParamInformation objeto asociado al identificador de progreso especificado.

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

Parámetros

progressId
Object

Clave para obtener el MessageFormatterProgressTracker.ProgressParamInformation objeto de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Devoluciones

True si el MessageFormatterProgressTracker.ProgressParamInformation objeto se encontró con la clave especificada; de lo contrario, false.

Se aplica a