OperationReportHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to handle reported design-time activity.
public class OperationReportHandler : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
[System.Runtime.CompilerServices.Nullable(0)]
public class OperationReportHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
public class OperationReportHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
type OperationReportHandler = class
interface IOperationReportHandler
[<System.Runtime.CompilerServices.Nullable(0)>]
type OperationReportHandler = class
inherit MarshalByRefObject
interface IOperationReportHandler
type OperationReportHandler = class
inherit MarshalByRefObject
interface IOperationReportHandler
Public Class OperationReportHandler
Implements IOperationReportHandler
Public Class OperationReportHandler
Inherits MarshalByRefObject
Implements IOperationReportHandler
- Inheritance
-
OperationReportHandler
- Inheritance
-
OperationReportHandler
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>) |
Initializes a new instance of the OperationReportHandler class. |
Properties
| Name | Description |
|---|---|
| Version |
Gets the contract version of this handler. |
Methods
| Name | Description |
|---|---|
| OnError(String) |
Invoked when an error is reported. |
| OnInformation(String) |
Invoked when information is reported. |
| OnVerbose(String) |
Invoked when verbose information is reported. |
| OnWarning(String) |
Invoked when a warning is reported. |