Click or drag to resize

CompositeActionInputModelParallelExecution 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.3.0.0 (8.3.0.0)
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