Share via


MessageFormatterProgressTracker.ProgressParamInformation.InvokeReport Method

Definition

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.

Applies to