OnLogDebugDelegate Delegate
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.
Informs the application of a debug log message.
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)
Parameters
- sender
- Object
The session that fired the event.
- args
- OnLogDebugEventArgs
Information about the log.