TestimoX

API Reference

Class

GpoEvent

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<GpoEvent>
Modifiers sealed

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 requiredposition: 0
UTC timestamp of the event.
type ADPlayground.Gpo.GpoEventType requiredposition: 1
Event type.
domain System.String requiredposition: 2
DNS domain related to the event.
reason System.String requiredposition: 3
Optional reason or context.

Methods

public GpoEvent <Clone>$() #
Returns: GpoEvent
public virtual Boolean Equals(GpoEvent other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public DateTimeOffset At { get; set; } #

UTC timestamp of the event.

public GpoEventType Type { get; set; } #

Event type.

public String Domain { get; set; } #

DNS domain related to the event.

public String Reason { get; set; } #

Optional reason/context for this event.