 | ActionInputFlatModelTimeout Property |
Gets or sets the timeout for the wait operation.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Nullable<TimeSpan> Timeout { get; set; }
Public Property Timeout As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> Timeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member Timeout : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanThe timeout for the wait operation.
Remarks
If this value is , the action agent will wait indefinitely for
the status to change.
See Also