다음을 통해 공유


SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod 속성

정의

RunnableInstancesDetectionPeriod 속성을 가져오거나 설정합니다. SQL 워크플로 인스턴스 저장소가 이전 검색 주기 후에 지속성 데이터베이스에서 실행 또는 활성화 가능한 워크플로 인스턴스를 검색하는 검색 작업을 실행하는 간격을 지정합니다.

public:
 property TimeSpan RunnableInstancesDetectionPeriod { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
Public Property RunnableInstancesDetectionPeriod As TimeSpan

속성 값

TimeSpan

시간 간격 값을 반환합니다.

적용 대상