Dela via


MessageFormatterProgressTracker.ProgressParamInformation(Object) Constructor

Definition

Initializes a new instance of the MessageFormatterProgressTracker.ProgressParamInformation class.

public ProgressParamInformation (object progressObject);
new StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation : obj -> StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation
Public Sub New (progressObject As Object)

Parameters

progressObject
Object

The object implementing IProgress<T>.

Applies to