Click or drag to resize
ActionInputFlatModelParallelExecution Property
Gets or sets a value indicating whether the actions are to be executed in parallel.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public bool ParallelExecution { get; set; }

Property Value

Type: Boolean
if the actions are to be executed in parallel; otherwise, .
Remarks
If this property is set to , the actions are executed synchronously in the order they exist in the Actions property.
See Also