DelayActivity.TimeoutDuration 속성

정의

워크플로의 지연 기간을 가져오거나 설정합니다.

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

속성 값

워크플로 지연의 길이를 나타내는 A TimeSpan 입니다.

특성

설명

이 속성에 설정된 기간은 워크플로가 다음 작업으로 진행되기 전에 워크플로가 유휴 상태가 되는 시간을 결정합니다.

적용 대상