Edit

Share via


DelayActivity.TimeoutDuration Property

Definition

Gets or sets the duration of the delay in the workflow.

public:
 property TimeSpan TimeoutDuration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.DelayActivity+TimeoutDurationConverter))]
public TimeSpan TimeoutDuration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.DelayActivity+TimeoutDurationConverter))>]
member this.TimeoutDuration : TimeSpan with get, set
Public Property TimeoutDuration As TimeSpan

Property Value

A TimeSpan that indicates the length of the delay in the workflow.

Attributes

Remarks

The time period set in this property determines the time the workflow will sit idle before the workflow proceeds to the next activity.

Applies to