MessageFormatterProgressTracker.TryGetProgressObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Output parameter to store the obtained MessageFormatterProgressTracker.ProgressParamInformation object.
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.
Output parameter to store the obtained MessageFormatterProgressTracker.ProgressParamInformation object.
Returns
true if the MessageFormatterProgressTracker.ProgressParamInformation object was found with the specified key; otherwise, false.