Proprietà WorkflowConfiguration.MaxNewInstancesPerHour

Limite di attivazione.

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public Property MaxNewInstancesPerHour As Nullable(Of Integer)
    Get 
    Set
'Utilizzo
Dim instance As WorkflowConfiguration 
Dim value As Nullable(Of Integer)

value = instance.MaxNewInstancesPerHour

instance.MaxNewInstancesPerHour = value
public Nullable<int> MaxNewInstancesPerHour { get; set; }
public:
property Nullable<int> MaxNewInstancesPerHour {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
member MaxNewInstancesPerHour : Nullable<int> with get, set
function get MaxNewInstancesPerHour () : Nullable<int>
function set MaxNewInstancesPerHour (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>
Numero intero di tipo nullable che rappresenta il numero massimo di nuove istanze del flusso di lavoro che è possibile attivare ogni ora.

Osservazioni

If this property is set, requests to activate more workflow instances than the limit will be delayed until new time window

Vedere anche

Riferimento

WorkflowConfiguration Classe

Spazio dei nomi Microsoft.Workflow.Client