OnLogDebugDelegate Délégué
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.
Informe l’application d’un message de journal de débogage.
public delegate void OnLogDebugDelegate(System::Object ^ sender, OnLogDebugEventArgs ^ args);
public delegate void OnLogDebugDelegate(object sender, OnLogDebugEventArgs args);
type OnLogDebugDelegate = delegate of obj * OnLogDebugEventArgs -> unit
Public Delegate Sub OnLogDebugDelegate(sender As Object, args As OnLogDebugEventArgs)
Paramètres
- sender
- Object
Session qui a déclenché l’événement.
- args
- OnLogDebugEventArgs
Informations sur le journal.