Click or drag to resize

AsynchronousOperationExtensionConcurrencyRunMaxCount Property

Gets the concurrency run maximum count.

Namespace:  EBP.Api.Asynchronous
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public virtual int ConcurrencyRunMaxCount { get; }

Property Value

Type: Int32
The concurrency run maximum count, used only if AllowConcurrencyMultipleRun is true. 0 (default value) indicates that there is no limitation.
See Also