Click or drag to resize
QueueTaskParametersModel Class
Queue task parameters.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsQueueTaskParametersModel

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 sealed class QueueTaskParametersModel

The QueueTaskParametersModel type exposes the following members.

Constructors
  NameDescription
Public methodQueueTaskParametersModel
Initializes a new instance of the QueueTaskParametersModel class
Top
Properties
  NameDescription
Public propertyDesktopInteractionMode
Gets or sets the desktop interaction mode.
Public propertyOnExecute
Gets or sets the script to execute when the command is executed on the target.
Public propertyOnQueue
Gets or sets the script to execute on the source when the command is queued.
Public propertyOnReceive
Gets or sets the script to execute when the command is received on the target.
Public propertyOnTransmit
Gets or sets the script to execute on the source when the command is transmitted to the target.
Public propertyTaskName
Gets or sets the name of the task.
Public propertyTimeout
Gets or sets the timeout.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also