Click or drag to resize

FailoverOptionsSkipSourceResourceShutdown Property

This value is true if shutting down source cluster resources should be skipped on live failover.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public bool SkipSourceResourceShutdown { get; set; }

Property Value

Type: Boolean
if source cluster resource shutdown should be skipped; otherwise, .
See Also