MessageFormatterProgressTracker.ProgressParamInformation Clase

Definición

Clase usada para mantener la información pertinente de un objeto que implementa IProgress<T>.

public class MessageFormatterProgressTracker.ProgressParamInformation
type MessageFormatterProgressTracker.ProgressParamInformation = class
Public Class MessageFormatterProgressTracker.ProgressParamInformation
Herencia
MessageFormatterProgressTracker.ProgressParamInformation

Constructores

Nombre Description
MessageFormatterProgressTracker.ProgressParamInformation(Object)

Inicializa una nueva instancia de la clase MessageFormatterProgressTracker.ProgressParamInformation.

Propiedades

Nombre Description
Token

Obtiene el token asociado a este objeto de progreso.

ValueType

Obtiene el real Type notificado por IProgress<T>.

Métodos

Nombre Description
InvokeReport(Object)

StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod Invoca mediante el valor con tipo especificado.

Se aplica a