public static void Write( EventLog.EventType type, ValueTuple<string,string>[] customEventData, uint elapsed, bool flush )
Public Overloads Shared Sub Write( _ ByVal type As EventLog.EventType, _ ByVal customEventData() As ValueTuple(Of String,String), _ Optional ByVal elapsed As UInteger, _ Optional ByVal flush As Boolean _ )
Parameters
- type
- The type of event to log.
- customEventData
- An array of tuples containing event name + value pairs.
- elapsed
- The duration (in milliseconds) associated with the event.
- flush
- If true, event is written to disk immediately.