OnLogDebugDelegate Delegato
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.
Informa l'applicazione di un messaggio di log di debug.
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)
Parametri
- sender
- Object
Sessione che ha generato l'evento.
- args
- OnLogDebugEventArgs
Informazioni sul log.