 | AsynchronousOperationExtensionAllowConcurrencyMultipleRun Property |
Gets a value indicating whether operation can be executed twice at the same time.
Namespace:
EBP.Api.Asynchronous
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic virtual bool AllowConcurrencyMultipleRun { get; }
Public Overridable ReadOnly Property AllowConcurrencyMultipleRun As Boolean
Get
Property Value
Type:
BooleanTrue if the operation can be executed twice at the same time, otherwise
False
Default value is
True
See Also