Share via


ChaosReport.History Property

Definition

Gets the list of Chaos events that were produced during the time of interest specified in GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken).

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosEvent> History { get; }
[<System.Runtime.Serialization.DataMember>]
member this.History : System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosEvent>
Public ReadOnly Property History As List(Of ChaosEvent)

Property Value

Attributes

Applies to