 | 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)
Syntaxpublic virtual int ConcurrencyRunMaxCount { get; }
Public Overridable ReadOnly Property ConcurrencyRunMaxCount As Integer
Get
Property Value
Type:
Int32The concurrency run maximum count, used only if
AllowConcurrencyMultipleRun
is
true. 0 (default value) indicates that there is no limitation.
See Also