Partilhar via


MessageFormatterProgressTracker.TryGetProgressObject Método

Definição

Sobrecargas

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Obtém o MessageFormatterProgressTracker.ProgressParamInformation objeto associado à ID de progresso fornecida.

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Obtém o MessageFormatterProgressTracker.ProgressParamInformation objeto associado à ID de progresso fornecida.

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Obtém o MessageFormatterProgressTracker.ProgressParamInformation objeto associado à ID de progresso fornecida.

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

A chave da qual obter o MessageFormatterProgressTracker.ProgressParamInformation objeto StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Retornos

true se o MessageFormatterProgressTracker.ProgressParamInformation objeto foi encontrado com a chave especificada; caso contrário, false.

Aplica-se a

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Obtém o MessageFormatterProgressTracker.ProgressParamInformation objeto associado à ID de progresso fornecida.

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

A chave da qual obter o MessageFormatterProgressTracker.ProgressParamInformation objeto StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Retornos

true se o MessageFormatterProgressTracker.ProgressParamInformation objeto foi encontrado com a chave especificada; caso contrário, false.

Aplica-se a