MessageFormatterProgressTracker.ProgressParamInformation.InvokeReport 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.
Invokes StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod using the given typed value.
public void InvokeReport (object typedValue);
public void InvokeReport (object? typedValue);
member this.InvokeReport : obj -> unit
Public Sub InvokeReport (typedValue As Object)
Parameters
- typedValue
- Object
The value to be reported.