OperationReportHandler Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se usa para controlar la actividad en tiempo de diseño notificada.
public class OperationReportHandler : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
public class OperationReportHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
type OperationReportHandler = class
interface IOperationReportHandler
type OperationReportHandler = class
inherit MarshalByRefObject
interface IOperationReportHandler
Public Class OperationReportHandler
Implements IOperationReportHandler
Public Class OperationReportHandler
Inherits MarshalByRefObject
Implements IOperationReportHandler
- Herencia
-
OperationReportHandler
- Herencia
-
OperationReportHandler
- Implementaciones
Constructores
OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>) |
Inicializa una nueva instancia de la clase OperationReportHandler. |
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. |