Enum EventPipeSessionType
Defines constants for EventPipe logging sessions.
Namespace: AltV.Net.Host.Diagnostics.Eventing
Assembly: AltV.Net.Host.dll
Syntax
public enum EventPipeSessionType : uint
Fields
CallbackListener
TraceToFile
TraceToStream
| Name | Description |
|---|---|
| CallbackListener | Events will be passed to the EventListener. |
| TraceToFile | The events will be written to file at the end of the session. |
| TraceToStream | Events will be sent out-of-proc by writing them to the underlying IPC stream implementation. |