Click or drag to resize

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