Поделиться через


SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod Свойство

Определение

Возвращает или задает свойство RunnableInstancesDetectionPeriod. Задает временной период, по истечении которого хранилище экземпляра рабочего процесса SQL выполняет задачу обнаружения, чтобы найти любые готовые к запуску или активации экземпляры рабочего процесса, появившиеся в базе данных постоянного хранения после предыдущего цикла обнаружения.

public:
 property TimeSpan RunnableInstancesDetectionPeriod { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
Public Property RunnableInstancesDetectionPeriod As TimeSpan

Значение свойства

Возвращает интервал времени.

Атрибуты

Применяется к