TestimoX

API Reference

Class

RsopCseTimingRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Best‑effort timing summary for a Client‑Side Extension (CSE) processing pass.

Inheritance

  • Object
  • RsopCseTimingRow

Constructors

public RsopCseTimingRow() #

Properties

public Nullable<Guid> Guid { get; set; } #

CSE GUID when discoverable in the event message.

public String Name { get; set; } #

Friendly CSE name when available (from GPExtensions) or null.

public String Activity { get; set; } #

Scope heuristic (Computer or User).

public Nullable<DateTime> StartUtc { get; set; } #

UTC timestamp for the start of this CSE processing.

public Nullable<DateTime> EndUtc { get; set; } #

UTC timestamp for the end of this CSE processing.

public Nullable<Double> DurationSeconds { get; set; } #

Duration in seconds when both Start and End are known.