OperationReportHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Usato per gestire l'attività di progettazione segnalata.
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
- Ereditarietà
-
OperationReportHandler
- Ereditarietà
-
OperationReportHandler
- Implementazioni
Costruttori
OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>) |
Inizializza una nuova istanza della classe OperationReportHandler. |
Proprietà
Version |
Ottiene la versione del contratto di questo gestore. |
Metodi
OnError(String) |
Richiamato quando viene segnalato un errore. |
OnInformation(String) |
Richiamato quando vengono segnalate informazioni. |
OnVerbose(String) |
Richiamato quando vengono segnalate informazioni dettagliate. |
OnWarning(String) |
Richiamato quando viene segnalato un avviso. |