Click or drag to resize

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)
Syntax
public virtual bool AllowConcurrencyMultipleRun { get; }

Property Value

Type: Boolean
True if the operation can be executed twice at the same time, otherwise False Default value is True
See Also