IAuditLogService Interface
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.
Interface utilisée pour la journalisation des événements d’audit à partir de composants Visual Studio.
public interface IAuditLogService
type IAuditLogService = interface
Public Interface IAuditLogService
Méthodes
WriteEventAsync(AuditLogEventType, AuditLogSource, String, IReadOnlyDictionary<String,String>, CancellationToken) |
Écrit une entrée d’événement dans le journal d’audit managé de l’IDE instance. |