SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod Eigenschaft

Definition

Ruft die RunnableInstancesDetectionPeriod-Eigenschaft ab oder legt diese fest. Gibt den Zeitraum an, nach dem der SQL-Workflowinstanzspeicher eine Erkennungsaufgabe ausführt, um nach dem vorherigen Erkennungskreislauf ausführbare oder aktivierbare Workflowinstanzen in der Beibehaltungsdatenbank zu erkennen.

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

Eigenschaftswert

Gibt das Zeitintervall zurück.

Attribute

Gilt für: