API Reference
Class
GpoEvent
Represents a single GPO diagnostic event.
Inheritance
- Object
- GpoEvent
Constructors
public GpoEvent(DateTimeOffset at, GpoEventType type, String domain, String reason) #Creates a new GPO diagnostic event.
Parameters
- at System.DateTimeOffset
- UTC timestamp of the event.
- type ADPlayground.Gpo.GpoEventType
- Event type.
- domain System.String
- DNS domain related to the event.
- reason System.String
- Optional reason or context.