MessageFormatterProgressTracker.TryGetProgressObject Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Parámetro de salida para almacenar el objeto obtenido MessageFormatterProgressTracker.ProgressParamInformation .
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.
Parámetro de salida para almacenar el objeto obtenido MessageFormatterProgressTracker.ProgressParamInformation .
Devoluciones
True si el MessageFormatterProgressTracker.ProgressParamInformation objeto se encontró con la clave especificada; de lo contrario, false.