Compartir a través de


ChaosScheduleTimeRangeUtc(ChaosScheduleTimeUtc, ChaosScheduleTimeUtc) Constructor

Definición

Inicializa una nueva instancia de la ChaosScheduleTimeRangeUtc clase con una hora de inicio y finalización proporcionada.

public ChaosScheduleTimeRangeUtc (System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc startTime, System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc endTime);
new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc : System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc * System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc
Public Sub New (startTime As ChaosScheduleTimeUtc, endTime As ChaosScheduleTimeUtc)

Parámetros

startTime
ChaosScheduleTimeUtc

Inicio del intervalo de tiempo.

endTime
ChaosScheduleTimeUtc

Fin del intervalo de tiempo.

Se aplica a