Compartir a través de


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

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.

Se aplica a