ServiceProviderDebugInfoEventData Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Construit la charge utile de l’événement.
public ServiceProviderDebugInfoEventData (Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase eventDefinition, Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,string> messageGenerator, System.Collections.Generic.IDictionary<string,string> newDebugInfo, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> cachedDebugInfos);
new Microsoft.EntityFrameworkCore.Diagnostics.ServiceProviderDebugInfoEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase * Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase, Microsoft.EntityFrameworkCore.Diagnostics.EventData, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.EntityFrameworkCore.Diagnostics.ServiceProviderDebugInfoEventData
Public Sub New (eventDefinition As EventDefinitionBase, messageGenerator As Func(Of EventDefinitionBase, EventData, String), newDebugInfo As IDictionary(Of String, String), cachedDebugInfos As IList(Of IDictionary(Of String, String)))
Paramètres
- eventDefinition
- EventDefinitionBase
Définition d’événement.
- messageGenerator
- Func<EventDefinitionBase,EventData,String>
Délégué qui génère un message de journal pour cet événement.
- newDebugInfo
- IDictionary<String,String>
Informations de débogage pour le nouveau fournisseur.
- cachedDebugInfos
- IList<IDictionary<String,String>>
Informations de débogage pour les fournisseurs existants.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.