SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod Propriedade
Definição
Obtém ou define a propriedade RunnableInstancesDetectionPeriod.Gets or sets the RunnableInstancesDetectionPeriod property. Especifica o período após o qual o repositório de instâncias de fluxo de trabalho do SQL executará uma tarefa de detecção para detectar qualquer instância de fluxo de trabalho executável ou ativável no banco de dados de persistência após o ciclo de detecção anterior.Specifies the time period after which the SQL Workflow Instance Store runs a detection task to detect any runnable or activatable workflow instances in the persistence database after the previous detection cycle.
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
Valor da propriedade
Retorna o valor do intervalo de tempo.Returns the value of the time interval.