OperationReportHandler Clase

Definición

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

Nombre Description
OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>)

Inicializa una nueva instancia de la clase OperationReportHandler.

Propiedades

Nombre Description
Version

Obtiene la versión del contrato de este controlador.

Métodos

Nombre Description
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