Compartir a través de


MessageFormatterProgressTracker.ProgressParamInformation(Object) Constructor

Definición

Inicializa una nueva instancia de la clase MessageFormatterProgressTracker.ProgressParamInformation.

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

Parámetros

progressObject
Object

Objeto que implementa IProgress<T>.

Se aplica a