Share via


MessageFormatterProgressTracker.TryGetProgressObject Method

Definition

Overloads

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Gets the MessageFormatterProgressTracker.ProgressParamInformation object associated with the given progress id.

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Gets the MessageFormatterProgressTracker.ProgressParamInformation object associated with the given progress id.

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

Gets the MessageFormatterProgressTracker.ProgressParamInformation object associated with the given progress id.

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

Parameters

progressId
Int64

The key to obtain the MessageFormatterProgressTracker.ProgressParamInformation object from StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Returns

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

Applies to

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

Gets the MessageFormatterProgressTracker.ProgressParamInformation object associated with the given progress id.

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

Parameters

progressId
Object

The key to obtain the MessageFormatterProgressTracker.ProgressParamInformation object from StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.

Returns

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

Applies to