Click or drag to resize
QueueTaskParametersModelOnQueue Property
Gets or sets the script to execute on the source when the command is queued.

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 TaskParametersModel OnQueue { get; set; }

Property Value

Type: TaskParametersModel
The script to execute on the source when the command is queued.
See Also