Click or drag to resize
ActionInputFlatModelTimeout Property
Gets or sets the timeout for the wait operation.

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 Nullable<TimeSpan> Timeout { get; set; }

Property Value

Type: NullableTimeSpan
The timeout for the wait operation.
Remarks
If this value is , the action agent will wait indefinitely for the status to change.
See Also