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.2.0.814 (8.2.0.814)
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