Compartir a través de


IOperationReportHandler Interfaz

Definición

Se usa para controlar la actividad en tiempo de diseño notificada.

public interface IOperationReportHandler
type IOperationReportHandler = interface
Public Interface IOperationReportHandler
Derivado

Propiedades

Version

Obtiene la versión del contrato de este controlador.

Métodos

OnError(String)

Se invoca cuando se notifica un error.

OnInformation(String)

Se invoca cuando se notifica información.

OnVerbose(String)

Se invoca cuando se notifica información detallada.

OnWarning(String)

Se invoca cuando se notifica una advertencia.

Se aplica a