QueueTaskParametersModel Class |
Namespace: DoubleTake.Web.Models
The QueueTaskParametersModel type exposes the following members.
| Name | Description | |
|---|---|---|
| QueueTaskParametersModel | Initializes a new instance of the QueueTaskParametersModel class |
| Name | Description | |
|---|---|---|
| DesktopInteractionMode |
Gets or sets the desktop interaction mode.
| |
| OnExecute |
Gets or sets the script to execute when the command is executed on the target.
| |
| OnQueue |
Gets or sets the script to execute on the source when the command is queued.
| |
| OnReceive |
Gets or sets the script to execute when the command is received on the target.
| |
| OnTransmit |
Gets or sets the script to execute on the source when the command is transmitted to the target.
| |
| TaskName |
Gets or sets the name of the task.
| |
| Timeout |
Gets or sets the timeout.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |