API Reference
Class
RsopCseTimingRow
Best‑effort timing summary for a Client‑Side Extension (CSE) processing pass.
Inheritance
- Object
- RsopCseTimingRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HostSummary.CseTimings
- Property RsopLoggingReport.CseTimings
Constructors
public RsopCseTimingRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.