ChaosScheduleJob 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 ChaosScheduleJob : System.Fabric.ByteSerializable
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type ChaosScheduleJob = class
inherit ByteSerializable
Public NotInheritable Class ChaosScheduleJob
Inherits ByteSerializable
- Inheritance
- Attributes
-
System.Runtime.Serialization.DataContractAttribute System.SerializableAttribute
Constructors
| ChaosScheduleJob(String, ChaosScheduleJobActiveDays, List<ChaosScheduleTimeRangeUtc>) |
Properties
| ChaosParameters | |
| Days | |
| Times |
Methods
| FromBytes(Byte[]) | (Inherited from ByteSerializable) |
| Read(BinaryReader) | |
| ToBytes() | (Inherited from ByteSerializable) |
| ToString() | |
| Write(BinaryWriter) | |