API Reference
Class
GpoDiagnostics
In-memory aggregator for GPO diagnostics so TestimoX can surface a quick summary.
Inheritance
- Object
- GpoDiagnostics
Methods
public static IReadOnlyList<GpoEvent> GetAll() #Returns:
IReadOnlyList<GpoEvent>Returns a snapshot of all recorded events.
public static Void RecordDomainSkip(String domain, String reason) #Returns:
VoidRecords a domain-skip event with an optional reason.
Parameters
- domain System.String
- reason System.String