ChaosSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public sealed class ChaosSchedule : System.Fabric.ByteSerializable
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type ChaosSchedule = class
inherit ByteSerializable
Public NotInheritable Class ChaosSchedule
Inherits ByteSerializable
- Inheritance
- Attributes
-
System.Runtime.Serialization.DataContractAttribute System.SerializableAttribute
Constructors
| ChaosSchedule(DateTime, DateTime, Dictionary<String,ChaosParameters>, List<ChaosScheduleJob>) |
Fields
| AllDaysOfWeek |
Properties
| ChaosParametersDictionary | |
| ExpiryDate | |
| Jobs | |
| StartDate |
Methods
| FromBytes(Byte[]) | (Inherited from ByteSerializable) |
| Read(BinaryReader) | |
| ToBytes() | (Inherited from ByteSerializable) |
| ToString() | |
| Write(BinaryWriter) | |