ChaosReportFilter Class

Definition

Represents the filter to choose the interesting ChaosEvent's to include in the ChaosReport

public sealed class ChaosReportFilter : System.Fabric.ByteSerializable
type ChaosReportFilter = class
    inherit ByteSerializable
Public NotInheritable Class ChaosReportFilter
Inherits ByteSerializable
Inheritance
ChaosReportFilter

Constructors

ChaosReportFilter(DateTime, DateTime)

Properties

EndTimeUtc
StartTimeUtc

Methods

FromBytes(Byte[])

This is the default implementation to covert an object back from a byte array

(Inherited from ByteSerializable)
Read(BinaryReader)

Reads the state of this object from byte array.

ToBytes()

This is the default implementation to convert an object into a byte array

(Inherited from ByteSerializable)
ToString()

Gets a string representation of the chaos report object.

Write(BinaryWriter)

Writes the state of this object into a byte array.

Applies to